Include linux platform in installer project

refs #615
This commit is contained in:
Roland Winklmeier
2016-04-03 19:15:45 +02:00
parent 4ed4771271
commit 3d3ec0c65d
2 changed files with 44 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
################################
# Unix rpath
################################
equals (TEMPLATE, lib) {
# Uncomment line below to supress the default RPATH
# QMAKE_LFLAGS_RPATH =
QMAKE_LFLAGS *= '-Wl,-rpath,\'\$$ORIGIN\''
}
equals (TEMPLATE, app) {
QMAKE_LFLAGS *= '-Wl,-rpath,\'\$$ORIGIN/../lib\''
}
################################
# Copy data files to build dir
################################