summaryrefslogtreecommitdiffstats
path: root/src/widgets/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/.prev_CMakeLists.txt')
-rw-r--r--src/widgets/.prev_CMakeLists.txt15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/widgets/.prev_CMakeLists.txt b/src/widgets/.prev_CMakeLists.txt
index df76fe30c2..daa9084827 100644
--- a/src/widgets/.prev_CMakeLists.txt
+++ b/src/widgets/.prev_CMakeLists.txt
@@ -321,8 +321,7 @@ qt_extend_target(Widgets CONDITION QT_FEATURE_graphicseffect
qt_extend_target(Widgets CONDITION QT_FEATURE_action
SOURCES
- kernel/qaction.cpp kernel/qaction.h kernel/qaction_p.h
- kernel/qactiongroup.cpp kernel/qactiongroup.h
+ kernel/qaction_widgets.cpp kernel/qaction_widgets_p.h
kernel/qwidgetaction.cpp kernel/qwidgetaction.h kernel/qwidgetaction_p.h
)
@@ -333,7 +332,7 @@ qt_extend_target(Widgets CONDITION QT_FEATURE_formlayout
qt_extend_target(Widgets CONDITION QT_FEATURE_shortcut
SOURCES
- kernel/qshortcut.cpp kernel/qshortcut.h
+ kernel/qshortcut_widgets.cpp
)
qt_extend_target(Widgets CONDITION QT_FEATURE_tooltip
@@ -795,16 +794,6 @@ qt_extend_target(Widgets CONDITION QT_FEATURE_scroller
util/qscrollerproperties.cpp util/qscrollerproperties.h util/qscrollerproperties_p.h
)
-qt_extend_target(Widgets CONDITION QT_FEATURE_undocommand
- SOURCES
- util/qundostack.cpp util/qundostack.h util/qundostack_p.h
-)
-
-qt_extend_target(Widgets CONDITION QT_FEATURE_undogroup
- SOURCES
- util/qundogroup.cpp util/qundogroup.h
-)
-
qt_extend_target(Widgets CONDITION QT_FEATURE_undoview
SOURCES
util/qundoview.cpp util/qundoview.h