##// END OF EJS Templates
Do not add tests to subdirs if it doesn't exist....
Do not add tests to subdirs if it doesn't exist. Facilitates release package creation - no need to edit charts.pro manually when creating the package anymore. Change-Id: I25ec7d762f465d93591ac77320c10a1e3ff6d761 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r1697:b1c06caff815
r2622:f115d51b86d8
Show More
piechart.pri
26 lines | 614 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qpieseries.cpp \
$$PWD/piesliceitem.cpp \
$$PWD/piechartitem.cpp \
$$PWD/qpieslice.cpp \
$$PWD/qpiemodelmapper.cpp \
$$PWD/qvpiemodelmapper.cpp \
$$PWD/qhpiemodelmapper.cpp
PRIVATE_HEADERS += \
$$PWD/pieslicedata_p.h \
$$PWD/piechartitem_p.h \
$$PWD/piesliceitem_p.h \
$$PWD/qpieslice_p.h \
$$PWD/qpieseries_p.h \
$$PWD/qpiemodelmapper_p.h
PUBLIC_HEADERS += \
$$PWD/qpieseries.h \
$$PWD/qpieslice.h \
$$PWD/qpiemodelmapper.h \
$$PWD/qvpiemodelmapper.h \
$$PWD/qhpiemodelmapper.h