forked from qt-creator/qt-creator
UnitTests: Fix build with QTC_NO_CLANG_LIBTOOLING
Change-Id: Ia2c5b9cf617e56f09bf334bdd57e58bf96c838b1 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -28,7 +28,9 @@ SOURCES += \
|
||||
$$PWD/collectsymbolsaction.cpp \
|
||||
$$PWD/collectmacrossourcefilecallbacks.cpp \
|
||||
$$PWD/symbolscollector.cpp \
|
||||
$$PWD/clangquerygatherer.cpp
|
||||
$$PWD/clangquerygatherer.cpp \
|
||||
$$PWD/symbolstorage.cpp \
|
||||
$$PWD/symbolindexing.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/refactoringcompilationdatabase.h \
|
||||
@@ -56,6 +58,4 @@ SOURCES += \
|
||||
$$PWD/sourcerangefilter.cpp \
|
||||
$$PWD/symbolindexer.cpp \
|
||||
$$PWD/symbolentry.cpp \
|
||||
$$PWD/sourcelocationentry.cpp \
|
||||
$$PWD/symbolstorage.cpp \
|
||||
$$PWD/symbolindexing.cpp
|
||||
$$PWD/sourcelocationentry.cpp
|
||||
|
@@ -75,7 +75,6 @@ SOURCES += \
|
||||
symbolquery-test.cpp \
|
||||
storagesqlitestatementfactory-test.cpp \
|
||||
querysqlitestatementfactory-test.cpp \
|
||||
symbolindexing-test.cpp \
|
||||
sqliteindex-test.cpp
|
||||
|
||||
!isEmpty(LIBCLANG_LIBS) {
|
||||
@@ -153,6 +152,7 @@ SOURCES += \
|
||||
refactoringengine-test.cpp \
|
||||
refactoringserver-test.cpp \
|
||||
sourcerangeextractor-test.cpp \
|
||||
symbolindexing-test.cpp \
|
||||
symbolscollector-test.cpp \
|
||||
symbolfinder-test.cpp \
|
||||
testclangtool.cpp \
|
||||
|
Reference in New Issue
Block a user