2023-03-29 15:49:17 +00:00
|
|
|
list(APPEND SOURCES
|
2022-09-28 21:49:30 +00:00
|
|
|
MySkin.cpp
|
|
|
|
MyToggleButton.cpp
|
|
|
|
MyToggleButtonSkinlet.cpp
|
2022-09-29 15:59:07 +00:00
|
|
|
main.cpp)
|
2022-09-28 21:49:30 +00:00
|
|
|
|
2023-03-29 15:49:17 +00:00
|
|
|
list(APPEND HEADERS
|
2022-09-28 21:49:30 +00:00
|
|
|
MyToggleButton.h
|
|
|
|
MyToggleButtonSkinlet.h
|
2022-09-29 15:59:07 +00:00
|
|
|
MySkin.h)
|
|
|
|
|
2023-03-29 15:49:17 +00:00
|
|
|
qsk_example(mycontrols)
|