summaryrefslogtreecommitdiff
path: root/examples/ivimedia/mediaplayer/mediaplayer.pro
blob: 29517aa76a6c2b3430ac9ada15e76f66a84660ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app

QT += qml quick widgets ivicore

CONFIG += c++11

SOURCES += main.cpp

RESOURCES += qml.qrc

# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =

# install
target.path = $$[QT_INSTALL_EXAMPLES]/ivimedia/mediaplayer
INSTALLS += target