summaryrefslogtreecommitdiff
path: root/src/plugins/autotest/autotest.pro
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2016-06-06 12:17:19 +0200
committerChristian Stenger <christian.stenger@qt.io>2016-06-06 13:23:39 +0000
commit5a3a879a4c5e094f92482a8eed9acdf67d6f76be (patch)
treed65301d8fe8ab8648262f8630a41b27abfacbec9 /src/plugins/autotest/autotest.pro
parentaf81016e64dd07b4d44d9e543ede4162d919f152 (diff)
downloadqt-creator-5a3a879a4c5e094f92482a8eed9acdf67d6f76be.tar.gz
AutoTest: Unify naming scheme for gtest related classes and files
Change-Id: Ib0739889cbc6416da3f28f1e39b197317ec8a4e6 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
Diffstat (limited to 'src/plugins/autotest/autotest.pro')
-rw-r--r--src/plugins/autotest/autotest.pro12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/autotest/autotest.pro b/src/plugins/autotest/autotest.pro
index 45aa28273b..65485f27d3 100644
--- a/src/plugins/autotest/autotest.pro
+++ b/src/plugins/autotest/autotest.pro
@@ -23,9 +23,9 @@ SOURCES += \
testsettingspage.cpp \
testnavigationwidget.cpp \
testoutputreader.cpp \
- gtest/googletestconfiguration.cpp \
- gtest/googletestparser.cpp \
- gtest/googletesttreeitem.cpp \
+ gtest/gtestconfiguration.cpp \
+ gtest/gtestparser.cpp \
+ gtest/gtesttreeitem.cpp \
gtest/gtestresult.cpp \
gtest/gtestoutputreader.cpp \
gtest/gtestvisitors.cpp \
@@ -63,9 +63,9 @@ HEADERS += \
testoutputreader.h \
autotesticons.h \
itestparser.h \
- gtest/googletestconfiguration.h \
- gtest/googletestparser.h \
- gtest/googletesttreeitem.h \
+ gtest/gtestconfiguration.h \
+ gtest/gtestparser.h \
+ gtest/gtesttreeitem.h \
gtest/gtestoutputreader.h \
gtest/gtestresult.h \
gtest/gtest_utils.h \