16 lines
375 B
Plaintext
16 lines
375 B
Plaintext
# 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/../liPythonQt-Qt5-Python$${PYTHON_VERSION}$${DEBUG_EXT}.lib
|
|
unix::LIBS += -L$$PWD/../lib -lPythonQt-Qt5-Python$${PYTHON_VERSION}
|