File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,6 @@ CONFIG(debug, debug|release) {
11
11
DEBUG_EXT =
12
12
}
13
13
14
- win32::LIBS += $$DESTDIR/../lib/PythonQt-Qt5-Python$${PYTHON_VERSION}$${DEBUG_EXT}.lib
15
- unix::LIBS += -L$$DESTDIR/../lib -lPythonQt-Qt5-Python$${PYTHON_VERSION}$${DEBUG_EXT}
14
+ win32-g++: LIBS += $$DESTDIR/../lib/PythonQt-Qt5-Python$${PYTHON_VERSION}$${DEBUG_EXT}.dll
15
+ win32-msvc*: LIBS += $$DESTDIR/../lib/PythonQt-Qt5-Python$${PYTHON_VERSION}$${DEBUG_EXT}.lib
16
+ unix: LIBS += -L$$DESTDIR/../lib -lPythonQt-Qt5-Python$${PYTHON_VERSION}$${DEBUG_EXT}
Original file line number Diff line number Diff line change @@ -9,5 +9,7 @@ CONFIG(debug, debug|release) {
9
9
DEBUG_EXT =
10
10
}
11
11
12
- win32::LIBS += $$DESTDIR/../lib/PythonQt_QtAll-Qt5-Python$${PYTHON_VERSION}$${DEBUG_EXT}.lib
13
- unix::LIBS += -L$$DESTDIR/../lib -lPythonQt_QtAll-Qt5-Python$${PYTHON_VERSION}$${DEBUG_EXT}
12
+
13
+ win32-g++: LIBS += $$DESTDIR/../lib/PythonQt_QtAll-Qt5-Python$${PYTHON_VERSION}$${DEBUG_EXT}.dll
14
+ win32-msvc*: LIBS += $$DESTDIR/../lib/PythonQt_QtAll-Qt5-Python$${PYTHON_VERSION}$${DEBUG_EXT}.lib
15
+ unix: LIBS += -L$$DESTDIR/../lib -lPythonQt_QtAll-Qt5-Python$${PYTHON_VERSION}$${DEBUG_EXT}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ DEFINES += PYTHONQT_EXPORTS
3
3
INCLUDEPATH += $$PWD
4
4
5
5
# This was needed to work around "number of sections exceeded object file format limit" linker error
6
- win32 : QMAKE_CXXFLAGS += /bigobj
6
+ win32 -msvc*: QMAKE_CXXFLAGS += /bigobj
7
7
8
8
HEADERS += \
9
9
$$PWD /PythonQt.h \
You can’t perform that action at this time.
0 commit comments