mirror of
https://github.com/thp/pyotherside.git
synced 2025-01-17 23:22:53 +08:00
5 lines
164 B
Plaintext
5 lines
164 B
Plaintext
# Link against Python 3.3
|
|
PYTHON_CONFIG = python3.3-config
|
|
QMAKE_LIBS += $$system($$PYTHON_CONFIG --ldflags)
|
|
QMAKE_CXXFLAGS += $$system($$PYTHON_CONFIG --includes)
|