qskinny/examples/hmi-demo/hmi-demo.pro
2017-07-25 07:24:27 +02:00

21 lines
325 B
Prolog

include( $${PWD}/../examples.pri )
TARGET = hmi-demo
RESOURCES = images.qrc
HEADERS += \
MainWindow.h \
RadioControl.h \
SoundControl.h \
DefaultSkin.h \
OtherSkin.h
SOURCES += \
main.cpp \
MainWindow.cpp \
RadioControl.cpp \
SoundControl.cpp \
DefaultSkin.cpp \
OtherSkin.cpp