summaryrefslogtreecommitdiffstats
path: root/examples/widget/widget.pro
blob: 7a17e2a693f62cdefa2e9e55ebb977afb0a90f6d (plain)
1
2
3
4
5
6
7
8
9
10
11
SOURCES += main.cpp chart.cpp
HEADERS += chart.h

QT += datavis3d widgets

android {
    target.path = /libs/$$ANDROID_TARGET_ARCH
} else {
    target.path = $$[QT_INSTALL_EXAMPLES]/datavis3d/widget
}
INSTALLS += target