##// END OF EJS Templates
Fixed install issue.
Fixed install issue.

File last commit:

r0:983744ce1d13 default
r7:f6dfc217ca2f default
Show More
common.prf
23 lines | 627 B | application/pics-rules | TextLexer
# depending on your Qt configuration, you want to enable or disable
# one of the release/debug builds (if all three lines are commented,
# the default of your Qt installation will used)
# build with both debug and release mode
#CONFIG += debug_and_release build_all
# build with release mode only
#CONFIG += release
# build with debug mode only
#CONFIG += debug
# for all debug builds, add "_d" extension to target
CONFIG(debug, debug|release) {
TARGET = $${TARGET}_d
}
mac {
QMAKE_POST_LINK += bash $$PWD/../scripts/osx-fix-dylib.sh
}
#message("Directory - Build-Target: "$$PWD - $$TARGET)