summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/draggableaxes/draggableaxes.pro
blob: 2f21aee61f602e0030a20eb769956869e65b0722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
android|ios|winrt {
    error( "This example is not supported for android, ios, or winrt." )
}

!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

SOURCES +=  main.cpp \
            data.cpp \
            axesinputhandler.cpp
HEADERS +=  data.h \
            axesinputhandler.h

QT += widgets

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