summaryrefslogtreecommitdiffstats
path: root/examples/graphs/2d/examples.pri
blob: 28203e7eeeb537848c7e3dbfe9abb3ac307c1f76 (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 += graphs

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

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