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.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/widgets/effects/lighting/lighting.pro b/examples/widgets/effects/lighting/lighting.pro
new file mode 100644
index 0000000000..16be936b26
--- /dev/null
+++ b/examples/widgets/effects/lighting/lighting.pro
@@ -0,0 +1,11 @@
+SOURCES += main.cpp lighting.cpp
+HEADERS += lighting.h
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/effects/lighting
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS lighting.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/effects/lighting
+INSTALLS += target sources
+QT += widgets
+
+