11 lines
357 B
CMake
11 lines
357 B
CMake
############################################################################
|
|
# QSkinny - Copyright (C) The authors
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
############################################################################
|
|
|
|
set(SOURCES Frame.h Frame.cpp main.cpp)
|
|
qt_add_resources(SOURCES frames.qrc)
|
|
|
|
qsk_add_example(frames ${SOURCES})
|
|
|