1
0
mirror of https://github.com/thp/pyotherside.git synced 2025-01-17 23:22:53 +08:00
pyotherside/python.pri

9 lines
263 B
Plaintext
Raw Normal View History

isEmpty(PYTHON_CONFIG) {
PYTHON_CONFIG = python3-config
}
message(PYTHON_CONFIG = $$PYTHON_CONFIG)
2019-06-08 10:29:31 +02:00
QMAKE_LIBS += $$system($$PWD/python-config-wrapper $$PYTHON_CONFIG --libs)
QMAKE_CXXFLAGS += $$system($$PWD/python-config-wrapper $$PYTHON_CONFIG --includes)