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

SOURCES += main.cpp

RESOURCES += qmlaxisdrag.qrc

OTHER_FILES += doc/src/* \
               doc/images/* \
               qml/qmlaxisdrag/*