Clang: Ignore certain warnings in header files

We already had this workarounded, but it got lost in the refactorings.

Task-number: QTCREATORBUG-12067
Change-Id: Ie01f9d41f25d17d1b595204748634bc87ef44378
Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2016-01-25 16:38:28 +01:00
parent 817f12fddd
commit b2397b6b4f
3 changed files with 54 additions and 3 deletions

View File

@@ -4,6 +4,10 @@ contains(CONFIG, dll) {
DEFINES += CPPTOOLS_STATIC_LIBRARY
}
HEADERS += $$PWD/senddocumenttracker.h
HEADERS += \
$$PWD/cppprojectfile.h \
$$PWD/senddocumenttracker.h \
SOURCES += $$PWD/senddocumenttracker.cpp
SOURCES += \
$$PWD/cppprojectfile.cpp \
$$PWD/senddocumenttracker.cpp