2023-12-03 17:06:34 +00:00
|
|
|
############################################################################
|
|
|
|
# QSkinny - Copyright (C) 2016 Uwe Rathmann
|
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
############################################################################
|
|
|
|
|
2023-12-07 10:24:47 +00:00
|
|
|
set(SOURCES
|
2023-12-08 14:47:32 +00:00
|
|
|
Overlay.h Overlay.cpp
|
|
|
|
BlurringNode.h BlurringNode.cpp
|
2023-12-11 08:07:56 +00:00
|
|
|
SceneTexture.h SceneTexture.cpp
|
2023-12-07 10:24:47 +00:00
|
|
|
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})
|