##// END OF EJS Templates
removed ugly xpm constructor which makes no sense for python...
removed ugly xpm constructor which makes no sense for python git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@172 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r1:0e5cc70bee0a
r135:fa8049de4a17
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
}