Skip to content

Commit d643ad1

Browse files
committed
Add generated bindings for Qt 5.15
1 parent e628aaf commit d643ad1

File tree

109 files changed

+388001
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+388001
-2
lines changed

build/common.prf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,13 @@ PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp
3838
else: lessThan(QT_MINOR_VERSION, 11) { # 5.7, 5.8, 5.9, 5.10
3939
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_56
4040
}
41-
else { # >5.11
42-
# LATEST Qt5 generated files:
41+
else: lessThan(QT_MINOR_VERSION, 15) { # 5.11, 5.12, 5.13, 5.14
4342
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_511
4443
}
44+
else { # 5.15
45+
# LATEST Qt5 generated files:
46+
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_515
47+
}
4548
}
4649

4750
!exists($$PYTHONQT_GENERATED_PATH) {
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
HEADERS += \
2+
$$PWD/com_trolltech_qt_core0.h \
3+
$$PWD/com_trolltech_qt_core1.h \
4+
$$PWD/com_trolltech_qt_core2.h \
5+
$$PWD/com_trolltech_qt_core3.h \
6+
$$PWD/com_trolltech_qt_core4.h \
7+
8+
SOURCES += \
9+
$$PWD/com_trolltech_qt_core0.cpp \
10+
$$PWD/com_trolltech_qt_core1.cpp \
11+
$$PWD/com_trolltech_qt_core2.cpp \
12+
$$PWD/com_trolltech_qt_core3.cpp \
13+
$$PWD/com_trolltech_qt_core4.cpp \
14+
$$PWD/com_trolltech_qt_core_init.cpp

0 commit comments

Comments
 (0)