##// END OF EJS Templates
Added generator to install targets and removed examples from build.
Added generator to install targets and removed examples from build.

File last commit:

r0:983744ce1d13 default
r12:17486c75e366 tip default
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}