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
This commit is contained in:
AsamK 2015-08-31 18:01:18 +02:00
parent e135e3441c
commit b66f466c7a
4 changed files with 36 additions and 29 deletions

View file

@ -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++ {