summaryrefslogtreecommitdiffstats
path: root/examples/qmlboxplot/qmlboxplot.pro
blob: 194aef384e23bee69cc5fa6e6bc7eed7b96076b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

RESOURCES += resources.qrc
SOURCES += main.cpp

include(qmlapplicationviewer/qmlapplicationviewer.pri)

OTHER_FILES += \
    qml/qmlboxplot/main.qml