aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/unittest.pro
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2021-07-21 12:38:15 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2021-07-22 07:29:46 +0000
commita3d621fbde0d3ee7e852ba43f8b5ac398c902ff2 (patch)
tree3d7a61acf9e44ff43b3d8d743a04b7ee9e063680 /tests/unit/unittest/unittest.pro
parent709138ce615493d220c80eca76cde8c6f6d383a7 (diff)
CppTools: Move ProjectFileCategorizer tests to plugin
Change-Id: I51d66d9ff9a14e2dd04cf25448ccc8c85bcbce97 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/unit/unittest/unittest.pro')
-rw-r--r--tests/unit/unittest/unittest.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/unit/unittest/unittest.pro b/tests/unit/unittest/unittest.pro
index 99181e6b2d..6cd9315586 100644
--- a/tests/unit/unittest/unittest.pro
+++ b/tests/unit/unittest/unittest.pro
@@ -55,17 +55,10 @@ QMAKE_CXXFLAGS += /bigobj /wd4267 /wd4141 /wd4146 /wd4624
QMAKE_LFLAGS += /INCREMENTAL
}
-# create fake CppTools.json for the mime type definitions
-dependencyList = "\"Dependencies\" : []"
-cpptoolsjson.input = $$PWD/../../../src/plugins/cpptools/CppTools.json.in
-cpptoolsjson.output = $$OUT_PWD/CppTools.json
-QMAKE_SUBSTITUTES += cpptoolsjson
-DEFINES += CPPTOOLS_JSON=\"R\\\"xxx($${cpptoolsjson.output})xxx\\\"\"
SOURCES += \
clientserverinprocess-test.cpp \
clientserveroutsideprocess-test.cpp \
- cppprojectfilecategorizer-test.cpp \
fakeprocess.cpp \
gtest-creator-printing.cpp \
gtest-qt-printing.cpp \
@@ -80,7 +73,6 @@ SOURCES += \
lastchangedrowid-test.cpp \
lineprefixer-test.cpp \
listmodeleditor-test.cpp \
- mimedatabase-utilities.cpp \
processevents-utilities.cpp \
readandwritemessageblock-test.cpp \
sizedarray-test.cpp \
@@ -201,7 +193,6 @@ HEADERS += \
gtest-qt-printing.h \
gtest-std-printing.h \
imagecachecollectormock.h \
- mimedatabase-utilities.h \
mockclangcodemodelclient.h \
mockclangcodemodelserver.h \
mockimagecachegenerator.h \