##// 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
PythonQt.prf
15 lines | 330 B | application/pics-rules | TextLexer
# profile for non-mevis users to link to PythonQt
include ( python.prf )
INCLUDEPATH += $$PWD/../src
# check if debug or release
CONFIG(debug, debug|release) {
DEBUG_EXT = _d
} else {
DEBUG_EXT =
}
win32::LIBS += $$PWD/../lib/PythonQt$${DEBUG_EXT}.lib
unix::LIBS += -L$$PWD/../lib -lPythonQt$${DEBUG_EXT}