Skip to content

Commit

Permalink
generated_cpp_513 files from Qt5.13.2
Browse files Browse the repository at this point in the history
Signed-off-by: John Bowler <[email protected]>
  • Loading branch information
jbowler committed Nov 2, 2023
1 parent 082005f commit 82b58fe
Show file tree
Hide file tree
Showing 103 changed files with 370,747 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build/common.prf
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@ PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp
else: lessThan(QT_MINOR_VERSION, 12) { # 5.11
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_511
}
else { # >5.12
# LATEST Qt5 generated files:
else: lessThan(QT_MINOR_VERSION, 13) { # 5.12
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_512
}
else { # >=5.13
# LATEST Qt5 generated files:
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_513
}
}

!exists($$PYTHONQT_GENERATED_PATH) {
Expand Down
12 changes: 12 additions & 0 deletions generated_cpp_513/com_trolltech_qt_core/com_trolltech_qt_core.pri
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
HEADERS += \
$$PWD/com_trolltech_qt_core0.h \
$$PWD/com_trolltech_qt_core1.h \
$$PWD/com_trolltech_qt_core2.h \
$$PWD/com_trolltech_qt_core3.h \

SOURCES += \
$$PWD/com_trolltech_qt_core0.cpp \
$$PWD/com_trolltech_qt_core1.cpp \
$$PWD/com_trolltech_qt_core2.cpp \
$$PWD/com_trolltech_qt_core3.cpp \
$$PWD/com_trolltech_qt_core_init.cpp
Loading

0 comments on commit 82b58fe

Please sign in to comment.