forked from qt-creator/qt-creator
Unit: Fix building without ClangRefactoring
Change-Id: Id2a4d9d030c4a36eebc88f93029d846f08870eac Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -137,7 +137,6 @@ SOURCES += \
|
|||||||
clangdocumentprocessors-test.cpp \
|
clangdocumentprocessors-test.cpp \
|
||||||
clangdocumentprocessor-test.cpp \
|
clangdocumentprocessor-test.cpp \
|
||||||
clangdocuments-test.cpp \
|
clangdocuments-test.cpp \
|
||||||
clangdocumentsuspenderresumer-test.cpp \
|
|
||||||
clangdocument-test.cpp \
|
clangdocument-test.cpp \
|
||||||
clangfixitoperation-test.cpp \
|
clangfixitoperation-test.cpp \
|
||||||
clangfollowsymbol-test.cpp \
|
clangfollowsymbol-test.cpp \
|
||||||
@@ -145,7 +144,6 @@ SOURCES += \
|
|||||||
clangjobqueue-test.cpp \
|
clangjobqueue-test.cpp \
|
||||||
clangjobs-test.cpp \
|
clangjobs-test.cpp \
|
||||||
clangparsesupportivetranslationunitjob-test.cpp \
|
clangparsesupportivetranslationunitjob-test.cpp \
|
||||||
clangreferencescollector-test.cpp \
|
|
||||||
clangrequestannotationsjob-test.cpp \
|
clangrequestannotationsjob-test.cpp \
|
||||||
clangrequestreferencesjob-test.cpp \
|
clangrequestreferencesjob-test.cpp \
|
||||||
clangresumedocumentjob-test.cpp \
|
clangresumedocumentjob-test.cpp \
|
||||||
@@ -176,7 +174,6 @@ SOURCES += \
|
|||||||
sqlitetable-test.cpp \
|
sqlitetable-test.cpp \
|
||||||
sqlstatementbuilder-test.cpp \
|
sqlstatementbuilder-test.cpp \
|
||||||
token-test.cpp \
|
token-test.cpp \
|
||||||
tokenprocessor-test.cpp \
|
|
||||||
translationunitupdater-test.cpp \
|
translationunitupdater-test.cpp \
|
||||||
unsavedfiles-test.cpp \
|
unsavedfiles-test.cpp \
|
||||||
unsavedfile-test.cpp \
|
unsavedfile-test.cpp \
|
||||||
@@ -186,9 +183,11 @@ SOURCES += \
|
|||||||
!isEmpty(LIBTOOLING_LIBS) {
|
!isEmpty(LIBTOOLING_LIBS) {
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
gtest-llvm-printing.cpp \
|
gtest-llvm-printing.cpp \
|
||||||
|
clangdocumentsuspenderresumer-test.cpp \
|
||||||
clangquerygatherer-test.cpp \
|
clangquerygatherer-test.cpp \
|
||||||
clangqueryprojectfindfilter-test.cpp \
|
clangqueryprojectfindfilter-test.cpp \
|
||||||
clangquery-test.cpp \
|
clangquery-test.cpp \
|
||||||
|
clangreferencescollector-test.cpp \
|
||||||
gtest-clang-printing.cpp \
|
gtest-clang-printing.cpp \
|
||||||
pchcreator-test.cpp \
|
pchcreator-test.cpp \
|
||||||
refactoringclientserverinprocess-test.cpp \
|
refactoringclientserverinprocess-test.cpp \
|
||||||
@@ -201,7 +200,8 @@ SOURCES += \
|
|||||||
symbolscollector-test.cpp \
|
symbolscollector-test.cpp \
|
||||||
testclangtool.cpp \
|
testclangtool.cpp \
|
||||||
usedmacrocollector-test.cpp \
|
usedmacrocollector-test.cpp \
|
||||||
builddependencycollector-test.cpp
|
builddependencycollector-test.cpp \
|
||||||
|
tokenprocessor-test.cpp
|
||||||
}
|
}
|
||||||
|
|
||||||
!isEmpty(CLANGFORMAT_LIBS) {
|
!isEmpty(CLANGFORMAT_LIBS) {
|
||||||
|
Reference in New Issue
Block a user