forked from qt-creator/qt-creator
Extract headers, defines and fileKind from flags in order to have complete project parts. Side-effect: better support for MSVC-specific flags. Change-Id: Iaa1413c91c96c3cf89ddbe76a7a1f0f46c5289c0 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
8 lines
125 B
Plaintext
8 lines
125 B
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
SOURCES += \
|
|
$$PWD/compilationdatabaseutils.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/compilationdatabaseutils.h
|