summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/gettingStarted/gsQt/part4/part4.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/gettingStarted/gsQt/part4/part4.pro')
-rwxr-xr-xexamples/tutorials/gettingStarted/gsQt/part4/part4.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/tutorials/gettingStarted/gsQt/part4/part4.pro b/examples/tutorials/gettingStarted/gsQt/part4/part4.pro
new file mode 100755
index 0000000000..3de03accc0
--- /dev/null
+++ b/examples/tutorials/gettingStarted/gsQt/part4/part4.pro
@@ -0,0 +1,9 @@
+
+SOURCES = main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/tutorials/gettingStarted/gsQt/part4
+sources.files = $$SOURCES *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/tutorial/gettingStarted/gsQt/part4
+INSTALLS += target sources
+