summaryrefslogtreecommitdiffstats
path: root/src/axis/axis.pri
blob: 96b8afe7b4aada373786d9962ab54028f7d7ba53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD

SOURCES += \
    $$PWD/chartaxis.cpp \
    $$PWD/chartaxisx.cpp \
    $$PWD/chartaxisy.cpp \
    $$PWD/qaxis.cpp \
    $$PWD/qaxiscategories.cpp 
    
PRIVATE_HEADERS += \
    $$PWD/chartaxis_p.h \
    $$PWD/chartaxisx_p.h \
    $$PWD/chartaxisy_p.h \
    $$PWD/qaxis_p.h \
    $$PWD/qaxiscategories_p.h

PUBLIC_HEADERS += \    
    $$PWD/qaxis.h \
    $$PWD/qaxiscategories.h