diff options
author | Christian Stenger <christian.stenger@qt.io> | 2016-06-06 12:17:19 +0200 |
---|---|---|
committer | Christian Stenger <christian.stenger@qt.io> | 2016-06-06 13:23:39 +0000 |
commit | 5a3a879a4c5e094f92482a8eed9acdf67d6f76be (patch) | |
tree | d65301d8fe8ab8648262f8630a41b27abfacbec9 /src/plugins/autotest/autotest.pro | |
parent | af81016e64dd07b4d44d9e543ede4162d919f152 (diff) | |
download | qt-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.pro | 12 |
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 \ |