summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro22
1 files changed, 0 insertions, 22 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
deleted file mode 100644
index 854677b57..000000000
--- a/examples/examples.pro
+++ /dev/null
@@ -1,22 +0,0 @@
-CONFIG += ordered
-TEMPLATE = subdirs
-
-EXTRASUBDIRS = testapp
-
-
-include(../installerfw.pri)
-
-!isEqual(IFW_SOURCE_TREE, $$IFW_BUILD_TREE) {
- for(SUBDIR, EXTRASUBDIRS) {
- mkdir.commands += $$QMAKE_MKDIR $$SUBDIR $${IFW_NEWLINE}
- }
- QMAKE_EXTRA_TARGETS += mkdir
-}
-
-for(SUBDIR, EXTRASUBDIRS) {
- examples.commands += cd $$SUBDIR && $(QMAKE) -r $$PWD/$$SUBDIR && $(MAKE) $${IFW_NEWLINE}
-}
-!isEqual(IFW_SOURCE_TREE, $$IFW_BUILD_TREE) {
- examples.depends = mkdir
-}
-QMAKE_EXTRA_TARGETS += examples