There are a few legacy bits left in place so it passes CI, and then qt5.git etc can be updated. Change-Id: I6b082e50e6958c72fdabc2974992e16d90dafa3a Reviewed-on: http://codereview.qt-project.org/5368 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
24 lines
429 B
Prolog
24 lines
429 B
Prolog
load(qt_module)
|
|
|
|
TARGET = qtmedia_fakeradio
|
|
QT += multimedia-private
|
|
PLUGIN_TYPE = mediaservice
|
|
|
|
load(qt_plugin)
|
|
DESTDIR = $$QT.multimedia.plugins/$${PLUGIN_TYPE}
|
|
|
|
HEADERS += \
|
|
fakeradioserviceplugin.h \
|
|
fakeradioservice.h \
|
|
fakeradiotunercontrol.h
|
|
|
|
SOURCES += \
|
|
fakeradioserviceplugin.cpp \
|
|
fakeradioservice.cpp \
|
|
fakeradiotunercontrol.cpp
|
|
|
|
|
|
target.path += $$[QT_INSTALL_PLUGINS]/$${PLUGIN_TYPE}
|
|
INSTALLS += target
|
|
|