aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/wizards/autotest/files/tst.pro
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/autotest/files/tst.pro')
-rw-r--r--share/qtcreator/templates/wizards/autotest/files/tst.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/share/qtcreator/templates/wizards/autotest/files/tst.pro b/share/qtcreator/templates/wizards/autotest/files/tst.pro
index a92e58f06eb..87e6159c462 100644
--- a/share/qtcreator/templates/wizards/autotest/files/tst.pro
+++ b/share/qtcreator/templates/wizards/autotest/files/tst.pro
@@ -38,11 +38,9 @@ CONFIG -= app_bundle
CONFIG += thread
CONFIG -= qt
-HEADERS += \\
- %{TestCaseFileWithHeaderSuffix}
-
SOURCES += \\
- %{MainCppName}
+ %{MainCppName} \
+ %{TestCaseFileGTestWithCppSuffix}
@endif
@if "%{TestFrameWork}" == "BoostTest"
TEMPLATE = app