We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af70c58 commit 324cec9Copy full SHA for 324cec9
3rdparty/pyotherside.pri
@@ -1,13 +1,12 @@
1
2
# Python
3
-PYTHON_CONFIG = python3-config
4
-
5
-QMAKE_LIBS += $$system($$PYTHON_CONFIG --ldflags --libs)
6
-QMAKE_CXXFLAGS += $$system($$PYTHON_CONFIG --includes)
7
8
win32* {
9
QMAKE_LIBS += -LC:\Python37\libs -lpython37
10
INCLUDEPATH += C:\Python37\include\
+} else {
+ PYTHON_CONFIG = python3-config
+ QMAKE_LIBS += $$system($$PYTHON_CONFIG --ldflags --libs)
+ QMAKE_CXXFLAGS += $$system($$PYTHON_CONFIG --includes)
11
}
12
13
include(pyotherside/pyotherside.pri)
0 commit comments