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

SOURCES += main.cpp \
    chartmodifier.cpp

QT += widgets

INSTALLS += target

HEADERS += \
    chartmodifier.h