summaryrefslogtreecommitdiffstats
path: root/examples/graphs/3d/examples.pri
blob: b6ab96c9e7a9e957d826d3339c1f10c9a81fa439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
INCLUDEPATH += ../../../include

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

TEMPLATE = app

QT += graphs

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

qtHaveModule(widgets) {
    QT += graphswidgets
}

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