qskinny/playground/iconbrowser/CMakeLists.txt

16 lines
391 B
CMake
Raw Normal View History

2025-02-06 12:21:48 +00:00
############################################################################
# QSkinny - Copyright (C) The authors
# SPDX-License-Identifier: BSD-3-Clause
############################################################################
set(SOURCES
GlyphListView.h GlyphListView.cpp
main.cpp
)
qt_add_resources(SOURCES
fonts.qrc
)
qsk_add_example(iconbrowser ${SOURCES})