mirror of
https://github.com/thp/pyotherside.git
synced 2025-01-17 23:22:53 +08:00
9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
isEmpty(PYTHON_CONFIG) {
|
|
PYTHON_CONFIG = python3-config
|
|
}
|
|
|
|
message(PYTHON_CONFIG = $$PYTHON_CONFIG)
|
|
|
|
QMAKE_LIBS += $$system($$PYTHON_CONFIG --ldflags)
|
|
QMAKE_CXXFLAGS += $$system($$PYTHON_CONFIG --includes)
|