summaryrefslogtreecommitdiffstats
path: root/examples/widgets/statemachine/trafficlight/trafficlight.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/statemachine/trafficlight/trafficlight.pro')
-rw-r--r--examples/widgets/statemachine/trafficlight/trafficlight.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/widgets/statemachine/trafficlight/trafficlight.pro b/examples/widgets/statemachine/trafficlight/trafficlight.pro
index 0b61879e55..14d10f5a10 100644
--- a/examples/widgets/statemachine/trafficlight/trafficlight.pro
+++ b/examples/widgets/statemachine/trafficlight/trafficlight.pro
@@ -2,9 +2,7 @@ SOURCES = main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/statemachine/trafficlight
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS trafficlight.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/statemachine/trafficlight
-INSTALLS += target sources
+INSTALLS += target
QT += widgets