UnitTests: Fix build with QTC_NO_CLANG_LIBTOOLING

Change-Id: Ia2c5b9cf617e56f09bf334bdd57e58bf96c838b1
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Nikolai Kosjar
2017-09-15 10:46:39 +02:00
parent 9664f2a89c
commit d1799b9aa1
2 changed files with 5 additions and 5 deletions

View File

@@ -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