12 lines
403 B
CMake
12 lines
403 B
CMake
############################################################################
|
|
# QSkinny - Copyright (C) The authors
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
############################################################################
|
|
|
|
qsk_add_example(tabview
|
|
CustomSlider.h CustomSlider.cpp
|
|
CustomSliderSkinlet.h CustomSliderSkinlet.cpp
|
|
OtherSlider.h OtherSlider.cpp
|
|
main.cpp
|
|
)
|