qskinny/examples/automotive/automotive.pro

29 lines
515 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 += \
images.qrc \
2020-05-23 19:29:20 +02:00
qvgfiles.qrc