diff --git a/src/libbitdht.pro b/src/libbitdht.pro index 2e0013b..d45ed2a 100644 --- a/src/libbitdht.pro +++ b/src/libbitdht.pro @@ -1,6 +1,6 @@ # RetroShare main qmake build script # -# Copyright (C) 2004-2019, Retroshare Team +# Copyright (C) 2004-2022, Retroshare Team # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Lesser General Public License as published by the @@ -44,7 +44,7 @@ linux-g++-64 { } unix { - data_files.path = "$${DATA_DIR}" + data_files.path = "$${RS_DATA_DIR}" data_files.files = bitdht/bdboot.txt INSTALLS += data_files }