summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/examples.pri
blob: 2acf1234f77334e3ed5fef91b759cc63ba873012 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
INCLUDEPATH += ../../../include

LIBS += -L$$OUT_PWD/../../../lib

TEMPLATE = app

QT += datavisualization

contains(TARGET, qml.*) {
    QT += qml quick
}

target.path = $$[QT_INSTALL_EXAMPLES]/datavisualization/$$TARGET
INSTALLS += target