Files
qt-creator/share/qtcreator/cplusplus/examples/examples.pro
Ivan Donchevskii cec807f5c1 Clang: Provide example with a lot of tidy warnings
Change-Id: I6d6d2559bb8e2b6c972e88c3af9ce06968e7c959
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
2018-02-20 06:50:12 +00:00

10 lines
102 B
Prolog

QT += core
CONFIG+= c++1z
TARGET = examples
SOURCES += tidy_example.cpp
HEADERS += tidy_example.h