summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/undo/undo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tools/undo/undo.pro')
-rw-r--r--examples/widgets/tools/undo/undo.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/tools/undo/undo.pro b/examples/widgets/tools/undo/undo.pro
index f3ac1256c0..5e0f1d7817 100644
--- a/examples/widgets/tools/undo/undo.pro
+++ b/examples/widgets/tools/undo/undo.pro
@@ -1,3 +1,5 @@
+QT += widgets
+
SOURCES += main.cpp mainwindow.cpp commands.cpp document.cpp
HEADERS += mainwindow.h commands.h document.h
FORMS += mainwindow.ui
@@ -12,5 +14,3 @@ RESOURCES += undo.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/tools/undo
INSTALLS += target
-
-QT += widgets