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 3021f26 commit 562ed39Copy full SHA for 562ed39
3rdparty/pyotherside.pri
@@ -1,11 +1,12 @@
1
2
# Python
3
PY_VERSION="39"
4
+PY_WIN_VERSION="38"
5
PY_LIB_SUFFIX="3.9"
6
7
win32* {
- QMAKE_LIBS += -LC:\Python$${PY_VERSION}-x64\libs -lpython$${PY_VERSION}
8
- INCLUDEPATH += C:\Python$${PY_VERSION}-x64\include\
+ QMAKE_LIBS += -LC:\Python$${PY_WIN_VERSION}-x64\libs -lpython$${PY_WIN_VERSION}
9
+ INCLUDEPATH += C:\Python$${PY_WIN_VERSION}-x64\include\
10
} else {
11
unix:macx {
12
exists($$PWD/python-3) {
0 commit comments