mirror of
https://github.com/thp/pyotherside.git
synced 2025-01-28 23:52:55 +08:00
python.pri: Add --libs to python3-config (Fixes #102)
This commit is contained in:
parent
ebe284544e
commit
a2955b1c53
@ -4,5 +4,5 @@ isEmpty(PYTHON_CONFIG) {
|
|||||||
|
|
||||||
message(PYTHON_CONFIG = $$PYTHON_CONFIG)
|
message(PYTHON_CONFIG = $$PYTHON_CONFIG)
|
||||||
|
|
||||||
QMAKE_LIBS += $$system($$PYTHON_CONFIG --ldflags)
|
QMAKE_LIBS += $$system($$PYTHON_CONFIG --ldflags --libs)
|
||||||
QMAKE_CXXFLAGS += $$system($$PYTHON_CONFIG --includes)
|
QMAKE_CXXFLAGS += $$system($$PYTHON_CONFIG --includes)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user