18 lines
243 B
Prolog
Raw Normal View History

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