forked from qt-creator/qt-creator
Clang: Fix build with QTC_NO_CLANG_LIBTOOLING
Change-Id: I8b3f4db10c43fc1620b765933915e3c4fd0a594a Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -40,7 +40,8 @@ SOURCES += \
|
||||
$$PWD/symbolscollector.cpp \
|
||||
$$PWD/clangquerygatherer.cpp \
|
||||
$$PWD/symbolstorage.cpp \
|
||||
$$PWD/symbolindexing.cpp
|
||||
$$PWD/symbolindexing.cpp \
|
||||
$$PWD/indexdataconsumer.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/refactoringcompilationdatabase.h \
|
||||
@@ -66,5 +67,4 @@ SOURCES += \
|
||||
$$PWD/sourcerangefilter.cpp \
|
||||
$$PWD/symbolindexer.cpp \
|
||||
$$PWD/projectpartartefact.cpp \
|
||||
$$PWD/filestatuscache.cpp \
|
||||
$$PWD/indexdataconsumer.cpp
|
||||
$$PWD/filestatuscache.cpp
|
||||
|
||||
Reference in New Issue
Block a user