##// END OF EJS Templates
fixed binary operations where first argument is not a wrapper...
fixed binary operations where first argument is not a wrapper git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@173 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r1:0e5cc70bee0a
r136:90c7a1edb395
Show More
common.prf
18 lines | 496 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
}