summaryrefslogtreecommitdiff
path: root/shared/templates/wizards/autotest/tst.pro
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-08-04 13:13:59 +0200
committerEike Ziller <eike.ziller@theqtcompany.com>2015-08-04 13:14:15 +0200
commitc0f76a26581ff7b126e65f305dfa70471bd3db19 (patch)
tree8a44bcbc8a61fe52e1eecf9864ed62aef5c63036 /shared/templates/wizards/autotest/tst.pro
parent9e8df7d2b3e84b5fd51f3a873733cc0232c0840d (diff)
parent1108556f1ed423913d927eb501ce6a91d833e169 (diff)
downloadqt-creator-c0f76a26581ff7b126e65f305dfa70471bd3db19.tar.gz
Merge remote-tracking branch 'origin/3.5'
Change-Id: I8dffae0c2c62f6a6a3bfa5642c079fc9bad1412d
Diffstat (limited to 'shared/templates/wizards/autotest/tst.pro')
-rw-r--r--shared/templates/wizards/autotest/tst.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/shared/templates/wizards/autotest/tst.pro b/shared/templates/wizards/autotest/tst.pro
new file mode 100644
index 0000000000..8aa61b767e
--- /dev/null
+++ b/shared/templates/wizards/autotest/tst.pro
@@ -0,0 +1,14 @@
+QT += testlib
+@if "%RequireGUI%" == "false"
+QT -= gui
+
+CONFIG += qt console warn_on depend_includepath testcase
+CONFIG -= app_bundle
+@else
+QT += gui
+CONFIG += qt warn_on depend_includepath testcase
+@endif
+
+TEMPLATE = app
+
+SOURCES += tst_%TestCaseName:l%.%CppSourceSuffix%