From e24530ac1e1146daeefe17a63198b8096ac97a4a Mon Sep 17 00:00:00 2001 From: AsamK Date: Mon, 31 Aug 2015 18:01:18 +0200 Subject: [PATCH] Move all INSTALLS to the subproject they belong to Allows installation of for example only retroshare-nogui, without installing files only relevant for gui $ qmake $ make retroshare-nogui $ make retroshare-nogui-install_subtargets --- src/libbitdht.pro | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/libbitdht.pro b/src/libbitdht.pro index ed576a7..7d6dca1 100644 --- a/src/libbitdht.pro +++ b/src/libbitdht.pro @@ -39,6 +39,13 @@ linux-g++-64 { OBJECTS_DIR = temp/linux-g++-64/obj } +unix { + data_files.path = "$${DATA_DIR}" + data_files.files = bitdht/bdboot.txt + INSTALLS += data_files +} + + #################### Cross compilation for windows under Linux #################### win32-x-g++ {