summaryrefslogtreecommitdiffstats
path: root/demos/qmlchart/qmlchart.pro
blob: f9996cb509213b282c95042362f9972ac2896008 (plain)
1
2
3
4
5
6
7
8
9
!include( ../demos.pri ) {
    error( "Couldn't find the demos.pri file!" )
}

RESOURCES += resources.qrc
SOURCES += main.cpp
OTHER_FILES += qml/qmlchart/*

include(qmlapplicationviewer/qmlapplicationviewer.pri)