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

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)