summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/gettingStarted/gettingStarted.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tutorials/gettingStarted/gettingStarted.pro')
-rw-r--r--examples/widgets/tutorials/gettingStarted/gettingStarted.pro9
1 files changed, 8 insertions, 1 deletions
diff --git a/examples/widgets/tutorials/gettingStarted/gettingStarted.pro b/examples/widgets/tutorials/gettingStarted/gettingStarted.pro
index 4ab5f4e6dd..4b1ac2456d 100644
--- a/examples/widgets/tutorials/gettingStarted/gettingStarted.pro
+++ b/examples/widgets/tutorials/gettingStarted/gettingStarted.pro
@@ -1,3 +1,10 @@
TEMPLATE = subdirs
-SUBDIRS +=
+SUBDIRS += dir_gsqt
QT += widgets
+
+dir_gsqt.file = gsQt/gsqt.pro
+
+# install
+sources.files = gettingStarted.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tutorials/gettingStarted
+INSTALLS += sources