13 lines
222 B
CMake
13 lines
222 B
CMake
|
CONFIG += qskexample
|
||
|
|
||
|
list(APPEND TARGET_HEADERS
|
||
|
CustomSlider.h
|
||
|
CustomSliderSkinlet.h
|
||
|
OtherSlider.h
|
||
|
|
||
|
list(APPEND TARGET_SOURCES
|
||
|
CustomSlider.cpp
|
||
|
CustomSliderSkinlet.cpp
|
||
|
OtherSlider.cpp
|
||
|
main.cpp
|