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

TARGET = legendmarkers
SOURCES += main.cpp \ 
    mainwidget.cpp

HEADERS += \
    mainwidget.h