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

QT += qml quick 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/tuner
INSTALLS += target