summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/gettingStarted/gsQt/part2/part2.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/gettingStarted/gsQt/part2/part2.pro')
-rw-r--r--examples/tutorials/gettingStarted/gsQt/part2/part2.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/tutorials/gettingStarted/gsQt/part2/part2.pro b/examples/tutorials/gettingStarted/gsQt/part2/part2.pro
deleted file mode 100644
index 81fb0e9ff9..0000000000
--- a/examples/tutorials/gettingStarted/gsQt/part2/part2.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-
-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
-