2022-07-14 16:53:01 +00:00
|
|
|
CONFIG += qskexample
|
2017-07-25 05:24:27 +00:00
|
|
|
|
|
|
|
HEADERS += \
|
2017-07-25 19:34:27 +00:00
|
|
|
SkinFactory.h \
|
2022-07-14 16:50:17 +00:00
|
|
|
Dial.h \
|
|
|
|
DialSkinlet.h \
|
|
|
|
Dashboard.h
|
2017-07-25 05:24:27 +00:00
|
|
|
|
|
|
|
SOURCES += \
|
2017-07-25 19:34:27 +00:00
|
|
|
SkinFactory.cpp \
|
2022-07-14 16:50:17 +00:00
|
|
|
Dial.cpp \
|
|
|
|
DialSkinlet.cpp \
|
|
|
|
Dashboard.cpp \
|
2020-12-13 18:38:46 +00:00
|
|
|
main.cpp \
|
2017-07-25 19:34:27 +00:00
|
|
|
|
2020-05-23 17:29:20 +00:00
|
|
|
RESOURCES += \
|
2022-07-14 16:50:17 +00:00
|
|
|
images.qrc
|