2020-05-23 19:29:20 +02:00
|
|
|
CONFIG += qskexample qskqvg
|
2017-07-25 07:24:27 +02:00
|
|
|
|
|
|
|
HEADERS += \
|
2017-07-26 17:54:25 +02:00
|
|
|
ButtonBar.h \
|
2017-07-25 21:34:27 +02:00
|
|
|
SkinFactory.h \
|
2018-04-05 11:23:38 +02:00
|
|
|
MainWindow.h \
|
|
|
|
Speedometer.h \
|
|
|
|
SpeedometerSkinlet.h \
|
|
|
|
SpeedometerDisplay.h
|
2017-07-25 07:24:27 +02:00
|
|
|
|
|
|
|
SOURCES += \
|
2017-07-26 17:54:25 +02:00
|
|
|
ButtonBar.cpp \
|
2017-07-25 21:34:27 +02:00
|
|
|
SkinFactory.cpp \
|
2017-07-26 17:54:25 +02:00
|
|
|
MainWindow.cpp \
|
2018-04-05 11:23:38 +02:00
|
|
|
Speedometer.cpp \
|
|
|
|
SpeedometerSkinlet.cpp \
|
2020-12-13 19:38:46 +01:00
|
|
|
SpeedometerDisplay.cpp \
|
|
|
|
main.cpp \
|
2017-07-25 21:34:27 +02:00
|
|
|
|
2020-05-23 19:29:20 +02:00
|
|
|
RESOURCES += \
|
2020-05-23 19:58:21 +02:00
|
|
|
images.qrc \
|
2020-05-23 19:29:20 +02:00
|
|
|
qvgfiles.qrc
|