Menu

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

Download this file

14 lines (10 with data), 344 Bytes

# 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}
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.