diff options
author | Christian Kandeler <christian.kandeler@qt.io> | 2021-02-05 16:40:19 +0100 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@qt.io> | 2021-02-08 08:42:32 +0000 |
commit | 64bec2205b28d0cc1da2b89a910f890c469c9bc8 (patch) | |
tree | 41116f79c7024485275d8f025f6125b26b94b088 /share/qtcreator/cplusplus/examples/examples.pro | |
parent | cc89f72fe54e7574077bbf737344f282a9ccd970 (diff) | |
download | qt-creator-64bec2205b28d0cc1da2b89a910f890c469c9bc8.tar.gz |
C++: Add source file to test icon support
Task-number: QTCREATORBUG-21867
Change-Id: Ie167608257bb8b7d268a05f1935d77659a075dc1
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'share/qtcreator/cplusplus/examples/examples.pro')
-rw-r--r-- | share/qtcreator/cplusplus/examples/examples.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/cplusplus/examples/examples.pro b/share/qtcreator/cplusplus/examples/examples.pro index ff3306b897..565187f1d0 100644 --- a/share/qtcreator/cplusplus/examples/examples.pro +++ b/share/qtcreator/cplusplus/examples/examples.pro @@ -4,6 +4,6 @@ CONFIG+= c++1z TARGET = examples -SOURCES += clazy_example.cpp tidy_example.cpp +SOURCES += clazy_example.cpp tidy_example.cpp icontest.cpp HEADERS += tidy_example.h |