Menu

[r191]: / trunk / build / PythonQt.prf  Maximize  Restore  History

Download this file

16 lines (11 with data), 330 Bytes

# 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}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.