Change-Id: Ic9323b222641e41dae05cb4b0dccb6531e845676 Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
11 lines
175 B
Prolog
11 lines
175 B
Prolog
TEMPLATE = app
|
|
TARGET = declarative-radio
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += .
|
|
QT += declarative quick multimedia
|
|
|
|
# Input
|
|
SOURCES += main.cpp
|
|
RESOURCES += declarative-radio.qrc
|
|
|