2023-12-03 17:06:34 +00:00
|
|
|
############################################################################
|
|
|
|
# QSkinny - Copyright (C) 2016 Uwe Rathmann
|
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
############################################################################
|
|
|
|
|
|
|
|
set(SOURCES main.cpp)
|
2023-12-04 11:48:11 +00:00
|
|
|
qt_add_resources(SOURCES images.qrc shaders.qrc)
|
2023-12-03 17:06:34 +00:00
|
|
|
|
|
|
|
qsk_add_example(parrots ${SOURCES})
|