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 07:24:27 +02:00
|
|
|
SoundControl.h \
|
2017-07-25 21:34:27 +02:00
|
|
|
SkinFactory.h \
|
2017-07-25 07:24:27 +02:00
|
|
|
DefaultSkin.h \
|
2017-07-26 17:54:25 +02:00
|
|
|
OtherSkin.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 07:24:27 +02:00
|
|
|
SoundControl.cpp \
|
2017-07-25 21:34:27 +02:00
|
|
|
SkinFactory.cpp \
|
2017-07-25 07:24:27 +02:00
|
|
|
DefaultSkin.cpp \
|
2017-07-26 17:54:25 +02:00
|
|
|
OtherSkin.cpp \
|
|
|
|
MainWindow.cpp \
|
2018-04-05 11:23:38 +02:00
|
|
|
main.cpp \
|
|
|
|
Speedometer.cpp \
|
|
|
|
SpeedometerSkinlet.cpp \
|
|
|
|
SpeedometerDisplay.cpp
|
2017-07-25 21:34:27 +02:00
|
|
|
|
2020-05-23 19:29:20 +02:00
|
|
|
RESOURCES += \
|
2017-07-25 21:34:27 +02:00
|
|
|
images.qrc
|
|
|
|
|
2020-05-23 19:29:20 +02:00
|
|
|
QVGRESOURCES += \
|
|
|
|
qvgfiles.qrc
|
2017-07-25 21:34:27 +02:00
|
|
|
|
2017-09-05 08:01:28 +02:00
|
|
|
SVGSOURCES = \
|
|
|
|
images/car.svg \
|
2017-07-25 21:34:27 +02:00
|
|
|
images/left.svg \
|
|
|
|
images/down.svg \
|
|
|
|
images/right.svg \
|
2017-09-05 08:01:28 +02:00
|
|
|
images/up.svg \
|
2017-07-25 21:34:27 +02:00
|
|
|
images/bluetooth.svg \
|
|
|
|
images/bookmark.svg \
|
|
|
|
images/bus.svg \
|
|
|
|
images/cloud.svg \
|
|
|
|
images/compass.svg \
|
|
|
|
images/location.svg \
|
|
|
|
images/man.svg \
|
|
|
|
images/menu.svg \
|
|
|
|
images/phone.svg \
|
|
|
|
images/plane.svg \
|
|
|
|
images/train.svg \
|
2017-09-05 08:01:28 +02:00
|
|
|
images/user.svg
|