Axis Handling

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

DEFINES += QMAKE_BUILD

SOURCES += main.cpp \
    customformatter.cpp

HEADERS += customformatter.h

RESOURCES += axishandling.qrc

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