Menu

[r28]: / build / PythonQtGui.prf  Maximize  Restore  History

Download this file

14 lines (10 with data), 332 Bytes

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