forked from qt-creator/qt-creator
Task-number: QTCREATORBUG-21867 Change-Id: Ie167608257bb8b7d268a05f1935d77659a075dc1 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
10 lines
133 B
Prolog
10 lines
133 B
Prolog
QT += core
|
|
|
|
CONFIG+= c++1z
|
|
|
|
TARGET = examples
|
|
|
|
SOURCES += clazy_example.cpp tidy_example.cpp icontest.cpp
|
|
|
|
HEADERS += tidy_example.h
|