summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/gettingStarted/gsQt/gsqt.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/gettingStarted/gsQt/gsqt.pro')
-rw-r--r--examples/tutorials/gettingStarted/gsQt/gsqt.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/tutorials/gettingStarted/gsQt/gsqt.pro b/examples/tutorials/gettingStarted/gsQt/gsqt.pro
deleted file mode 100644
index 3dac79afce..0000000000
--- a/examples/tutorials/gettingStarted/gsQt/gsqt.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS = part1 \
- part2 \
- part3 \
- part4 \
- part5
-
-# install
-sources.files = *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/gettingStarted/gsQt
-INSTALLS += sources
-
-QT += widgets