summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/wizards/autotest/tmp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/autotest/tmp.pro')
-rw-r--r--share/qtcreator/templates/wizards/autotest/tmp.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/share/qtcreator/templates/wizards/autotest/tmp.pro b/share/qtcreator/templates/wizards/autotest/tmp.pro
new file mode 100644
index 0000000000..1569bd45cb
--- /dev/null
+++ b/share/qtcreator/templates/wizards/autotest/tmp.pro
@@ -0,0 +1,12 @@
+TEMPLATE = subdirs
+
+@if "%BuildTests%" == "always"
+SUBDIRS += src \
+ tests
+@else
+SUBDIRS += src
+
+CONFIG(debug, debug|release) {
+ SUBDIRS += tests
+}
+@endif