2023-03-29 15:49:17 +00:00
|
|
|
list(APPEND RESOURCES images.qrc)
|
|
|
|
|
|
|
|
list(APPEND HEADERS
|
2022-09-28 21:49:30 +00:00
|
|
|
SkinFactory.h
|
|
|
|
Dial.h
|
|
|
|
DialSkinlet.h
|
2022-09-29 20:31:47 +00:00
|
|
|
Dashboard.h)
|
2022-09-28 21:49:30 +00:00
|
|
|
|
2023-03-29 15:49:17 +00:00
|
|
|
list(APPEND SOURCES
|
2022-09-28 21:49:30 +00:00
|
|
|
SkinFactory.cpp
|
|
|
|
Dial.cpp
|
|
|
|
DialSkinlet.cpp
|
|
|
|
Dashboard.cpp
|
2022-09-29 20:31:47 +00:00
|
|
|
main.cpp)
|
2022-09-28 21:49:30 +00:00
|
|
|
|
2023-04-01 11:58:56 +00:00
|
|
|
qsk_add_example(dials)
|