qskinny/examples/automotive/automotive.pro

50 lines
936 B
Prolog
Raw Normal View History

2020-05-23 19:29:20 +02:00
CONFIG += qskexample qskqvg
2017-07-25 07:24:27 +02:00
HEADERS += \
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 \
OtherSkin.h \
MainWindow.h \
Speedometer.h \
SpeedometerSkinlet.h \
SpeedometerDisplay.h
2017-07-25 07:24:27 +02:00
SOURCES += \
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 \
OtherSkin.cpp \
MainWindow.cpp \
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
SVGSOURCES = \
images/car.svg \
2017-07-25 21:34:27 +02:00
images/left.svg \
images/down.svg \
images/right.svg \
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 \
images/user.svg