Add install targets

refs #486
This commit is contained in:
Roland Winklmeier
2015-08-19 15:46:17 +02:00
committed by Mathew Sutcliffe
parent 2b63fd0a91
commit 5eddef0f12
23 changed files with 320 additions and 35 deletions

View File

@@ -56,4 +56,18 @@ DLLDESTDIR = $$DestRoot/bin
OTHER_FILES += ./qss/*.qss ./qss/*.css ./qss/*.ini *.ico *.rc
COPY_FILES += $$PWD/qss/*
win32 {
dlltarget.path = $$PREFIX/bin
INSTALLS += dlltarget
} else {
target.path = $$PREFIX/lib
INSTALLS += target
}
package_utils.path = $$PREFIX/qss
package_utils.files += qss/*.qss
package_utils.files += qss/*.css
package_utils.files += qss/*.ini
INSTALLS += package_utils
load(common_post)