##// END OF EJS Templates
oops. Forgot to move the 'build' directory....
oops. Forgot to move the 'build' directory. I'm used to thinking that's a generated dir. git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@35 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r1:0e5cc70bee0a
r1:0e5cc70bee0a
Show More
PythonQtGui.prf
13 lines | 332 B | application/pics-rules | TextLexer
ezust
oops. Forgot to move the 'build' directory....
r1 # profile for non-mevis users to link to PythonQtGui
INCLUDEPATH += $$PWD/../extensions/PythonQtGui
# check if debug or release
CONFIG(debug, debug|release) {
DEBUG_EXT = _d
} else {
DEBUG_EXT =
}
win32::LIBS += $$PWD/../lib/PythonQtGui$${DEBUG_EXT}.lib
unix::LIBS += -L$$PWD/../lib -lPythonQtGui$${DEBUG_EXT}