21 lines
325 B
Prolog
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
|