summaryrefslogtreecommitdiffstats
path: root/examples/widgets/effects/lighting/lighting.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/effects/lighting/lighting.pro')
-rw-r--r--examples/widgets/effects/lighting/lighting.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/widgets/effects/lighting/lighting.pro b/examples/widgets/effects/lighting/lighting.pro
index 5450b62093..0a3b397de5 100644
--- a/examples/widgets/effects/lighting/lighting.pro
+++ b/examples/widgets/effects/lighting/lighting.pro
@@ -1,9 +1,8 @@
+QT += widgets
+
SOURCES += main.cpp lighting.cpp
HEADERS += lighting.h
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/effects/lighting
INSTALLS += target
-QT += widgets
-
-