summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/gettingStarted/gsQt/part2/part2.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tutorials/gettingStarted/gsQt/part2/part2.pro')
-rw-r--r--examples/widgets/tutorials/gettingStarted/gsQt/part2/part2.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/widgets/tutorials/gettingStarted/gsQt/part2/part2.pro b/examples/widgets/tutorials/gettingStarted/gsQt/part2/part2.pro
new file mode 100644
index 0000000000..81fb0e9ff9
--- /dev/null
+++ b/examples/widgets/tutorials/gettingStarted/gsQt/part2/part2.pro
@@ -0,0 +1,10 @@
+
+QT += widgets
+SOURCES = main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/tutorials/gettingStarted/gsQt/part2
+sources.files = $$SOURCES *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/tutorial/gettingStarted/gsQt/part2
+INSTALLS += target sources
+