qt5base-lts/tests/auto/gui/util/util.pro
Mitch Curtis 3f73995a03 Move undo framework out of Qt Widgets
- Moves QUndo* classes (except QUndoView) from src/widgets/utils to src/gui/utils
- Moves related auto tests from widgets to gui
- Replaces QUndoAction with lambdas that do text prefixing

[ChangeLog][Undo Framework] QUndo* classes (except QUndoView) were moved from Qt
Widgets to Qt GUI.

Done-with: volker.hilsheimer@qt.io
Fixes: QTBUG-40040
Change-Id: I3bd8d4d32c64f8dee548f62159a1df2126da89d8
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2020-03-30 12:36:29 +02:00

15 lines
296 B
Prolog

TEMPLATE=subdirs
SUBDIRS= \
qdesktopservices \
qdoublevalidator \
qintvalidator \
qregularexpressionvalidator \
qshadergenerator \
qshadergraph \
qshadergraphloader \
qshadernodes \
qshadernodesloader \
qtexturefilereader \
qundogroup \
qundostack