qskinny/skins/fluent2/CMakeLists.txt

16 lines
619 B
CMake
Raw Normal View History

2023-04-13 15:19:36 +00:00
############################################################################
2023-05-12 12:26:24 +00:00
# QSkinny - Copyright (C) 2023 Edelhirsch Software GmbH
2023-04-13 15:19:36 +00:00
# SPDX-License-Identifier: BSD-3-Clause
############################################################################
set(SOURCES
2023-07-02 10:18:47 +00:00
QskFluent2Global.h
QskFluent2Theme.h QskFluent2Theme.cpp
QskFluent2Skin.h QskFluent2Skin.cpp
2023-06-17 10:23:34 +00:00
QskFluent2SkinFactory.h QskFluent2SkinFactory.cpp
2023-04-13 15:19:36 +00:00
)
qt_add_resources(SOURCES icons.qrc)
2023-06-17 10:23:34 +00:00
qsk_add_plugin(fluent2skin skins QskFluent2SkinFactory ${SOURCES})
set_target_properties(fluent2skin PROPERTIES DEFINE_SYMBOL QSK_FLUENT2_MAKEDLL )