##// END OF EJS Templates
updated infos to 2.6...
updated infos to 2.6 git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@174 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r10:21d959e02207
r137:0abb4b48992a
Show More
PythonQt_QtAll.prf
13 lines | 344 B | application/pics-rules | TextLexer
# profile for non-mevis users to link to PythonQt_QtAll
INCLUDEPATH += $$PWD/../extensions/PythonQt_QtAll
# check if debug or release
CONFIG(debug, debug|release) {
DEBUG_EXT = _d
} else {
DEBUG_EXT =
}
win32::LIBS += $$PWD/../lib/PythonQt_QtAll$${DEBUG_EXT}.lib
unix::LIBS += -L$$PWD/../lib -lPythonQt_QtAll$${DEBUG_EXT}