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, 1 insertions, 3 deletions
diff --git a/examples/widgets/tools/undo/undo.pro b/examples/widgets/tools/undo/undo.pro
index e61b678a93..f3ac1256c0 100644
--- a/examples/widgets/tools/undo/undo.pro
+++ b/examples/widgets/tools/undo/undo.pro
@@ -11,8 +11,6 @@ RESOURCES += undo.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/tools/undo
-sources.files = $$SOURCES $$HEADERS *.pro icons $$RESOURCES $$FORMS
-sources.path = $$[QT_INSTALL_EXAMPLES]/tools/undo
-INSTALLS += target sources
+INSTALLS += target
QT += widgets