qt5: adapt to C++20 API changes

Issue #5227
Issue #5239
This commit is contained in:
Christian Prochaska 2024-06-07 17:26:47 +02:00 committed by Norman Feske
parent 4969c7cdb0
commit 06d098052f
9 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,6 @@
QT += core gui widgets
TEMPLATE = app
CONFIG += c++2a
SOURCES += main.cpp \
main_window.cpp
HEADERS += main_window.h

View File

@ -1,6 +1,7 @@
TEMPLATE = app
TARGET = test-tiled_wm-app
QT = core gui widgets
CONFIG += c++2a
SOURCES += main.cpp app.cpp
HEADERS += app.h ../util.h
RESOURCES = app.qrc

View File

@ -1,6 +1,7 @@
TEMPLATE = app
TARGET = test-tiled_wm-overlay
QT = core gui widgets
CONFIG += c++2a
SOURCES += main.cpp overlay.cpp
HEADERS += overlay.h ../util.h
RESOURCES = overlay.qrc

View File

@ -1,6 +1,7 @@
TEMPLATE = app
TARGET = test-tiled_wm-panel
QT = core gui widgets
CONFIG += c++2a
SOURCES += main.cpp panel.cpp
HEADERS += panel.h icon.h ../util.h
RESOURCES = panel.qrc

View File

@ -50,7 +50,6 @@ GENODE_QMAKE_CFLAGS = \
-D__GENODE__ \
-ffunction-sections \
-fno-strict-aliasing \
-fconcepts \
$(CC_OPT_NOSTDINC) \
$(CC_MARCH) \
$(CC_OPT_PIC) \

View File

@ -1 +1 @@
0bf1a25e14bf04d6b6d8c4ecca3f611a8a9f364d
dd140ccae2f56656b4d9403156699a227d03c5c7

View File

@ -4,5 +4,5 @@ VERSION := 5.15.2
DOWNLOADS := qt5.git
URL(qt5) := https://github.com/cproc/qt5.git
REV(qt5) := issue5205
REV(qt5) := issue5239
DIR(qt5) := src/lib/qt5

View File

@ -1,6 +1,7 @@
TEMPLATE = app
TARGET = qt_launchpad
QT = core gui widgets
CONFIG += c++2a
HEADERS += child_entry.h \
kbyte_loadbar.h \
launch_entry.h \

View File

@ -1,5 +1,5 @@
TEMPLATE = lib
CONFIG += plugin
CONFIG += plugin c++2a
QT = core gui gui_private widgets
HEADERS = qmake_root/include/qgenodeviewwidget/qgenodeviewwidget.h
SOURCES = qgenodeviewwidget.cpp