forked from qt-creator/qt-creator
Clang: Provide example with a lot of tidy warnings
Change-Id: I6d6d2559bb8e2b6c972e88c3af9ce06968e7c959 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
9
share/qtcreator/cplusplus/examples/examples.pro
Normal file
9
share/qtcreator/cplusplus/examples/examples.pro
Normal file
@@ -0,0 +1,9 @@
|
||||
QT += core
|
||||
|
||||
CONFIG+= c++1z
|
||||
|
||||
TARGET = examples
|
||||
|
||||
SOURCES += tidy_example.cpp
|
||||
|
||||
HEADERS += tidy_example.h
|
Reference in New Issue
Block a user