summaryrefslogtreecommitdiffstats
path: root/src/widgets/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-10-30 12:39:27 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-10-30 17:48:50 +0100
commit36e56263d5534849edc73abe44169e4d4d31ed28 (patch)
treec61155f2727f3c41b1bc39dd517440b0860d75bf /src/widgets/.prev_CMakeLists.txt
parent957a8e1b830d805a24e6ad6156c8a6783c55ef28 (diff)
CMake: Regenerate qtbase projects
In preparation for some further regeneration. Also modify pro2cmake to add forgotten mapping for the Qt::EglFsKmsGbmSupportPrivate module. Change-Id: I92425c566c2b275b40eec8c652496290754ac385 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/widgets/.prev_CMakeLists.txt')
-rw-r--r--src/widgets/.prev_CMakeLists.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/widgets/.prev_CMakeLists.txt b/src/widgets/.prev_CMakeLists.txt
index b2914b7007..fac6de791c 100644
--- a/src/widgets/.prev_CMakeLists.txt
+++ b/src/widgets/.prev_CMakeLists.txt
@@ -319,8 +319,9 @@ qt_internal_extend_target(Widgets CONDITION QT_FEATURE_graphicseffect
qt_internal_extend_target(Widgets CONDITION QT_FEATURE_action
SOURCES
- kernel/qaction.h kernel/qactiongroup.h
+ kernel/qaction.h
kernel/qaction_widgets.cpp kernel/qaction_widgets_p.h
+ kernel/qactiongroup.h
kernel/qwidgetaction.cpp kernel/qwidgetaction.h kernel/qwidgetaction_p.h
)
@@ -331,7 +332,8 @@ qt_internal_extend_target(Widgets CONDITION QT_FEATURE_formlayout
qt_internal_extend_target(Widgets CONDITION QT_FEATURE_shortcut
SOURCES
- kernel/qshortcut.h kernel/qshortcut_widgets.cpp
+ kernel/qshortcut.h
+ kernel/qshortcut_widgets.cpp
)
qt_internal_extend_target(Widgets CONDITION QT_FEATURE_tooltip
@@ -787,12 +789,12 @@ qt_internal_extend_target(Widgets CONDITION QT_FEATURE_scroller
util/qscrollerproperties.cpp util/qscrollerproperties.h util/qscrollerproperties_p.h
)
-qt_internal_extend_target(Gui CONDITION QT_FEATURE_undocommand
+qt_internal_extend_target(Widgets CONDITION QT_FEATURE_undocommand
SOURCES
util/qundostack.h
)
-qt_internal_extend_target(Gui CONDITION QT_FEATURE_undogroup
+qt_internal_extend_target(Widgets CONDITION QT_FEATURE_undogroup
SOURCES
util/qundogroup.h
)