summaryrefslogtreecommitdiffstats
path: root/demos/qmlcustomlegend/qmlcustomlegend.pro
blob: fc37649055c10147f30f000057f629ec58d38f28 (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/qmlcustomlegend/*

include(qmlapplicationviewer/qmlapplicationviewer.pri)