forked from qt-creator/qt-creator
Clang: Consolidate all ClangCompilerOptionsBuilder into one implementation
We used the same code in different but don't shared it. From a bug fixing perspective it's actually not that smart. Change-Id: Iaaffc883229e259ff77f95b5cf0a8f0d8b5117df Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -14,6 +14,7 @@ HEADERS += \
|
||||
$$PWD/projectpart.h \
|
||||
$$PWD/compileroptionsbuilder.h \
|
||||
$$PWD/cppprojectfilecategorizer.h \
|
||||
$$PWD/clangcompileroptionsbuilder.h \
|
||||
$$PWD/cppbaseprojectpartbuilder.h \
|
||||
$$PWD/projectinfo.h \
|
||||
$$PWD/cppprojectinterface.h \
|
||||
@@ -25,5 +26,6 @@ SOURCES += \
|
||||
$$PWD/projectpart.cpp \
|
||||
$$PWD/compileroptionsbuilder.cpp \
|
||||
$$PWD/cppprojectfilecategorizer.cpp \
|
||||
$$PWD/clangcompileroptionsbuilder.cpp \
|
||||
$$PWD/cppbaseprojectpartbuilder.cpp \
|
||||
$$PWD/projectinfo.cpp \
|
||||
|
||||
Reference in New Issue
Block a user