Skip to content

Commit 562ed39

Browse files
authored
Use Python 3.8 on Windows
To maintain compatibility with Windows 7
1 parent 3021f26 commit 562ed39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

3rdparty/pyotherside.pri

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11

22
# Python
33
PY_VERSION="39"
4+
PY_WIN_VERSION="38"
45
PY_LIB_SUFFIX="3.9"
56

67
win32* {
7-
QMAKE_LIBS += -LC:\Python$${PY_VERSION}-x64\libs -lpython$${PY_VERSION}
8-
INCLUDEPATH += C:\Python$${PY_VERSION}-x64\include\
8+
QMAKE_LIBS += -LC:\Python$${PY_WIN_VERSION}-x64\libs -lpython$${PY_WIN_VERSION}
9+
INCLUDEPATH += C:\Python$${PY_WIN_VERSION}-x64\include\
910
} else {
1011
unix:macx {
1112
exists($$PWD/python-3) {

0 commit comments

Comments
 (0)