##// 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:

r938:43d9ec405aa3
r2622:f115d51b86d8
Show More
splinechart.pri
13 lines | 244 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qsplineseries.cpp \
$$PWD/splinechartitem.cpp
PRIVATE_HEADERS += \
$$PWD/splinechartitem_p.h \
$$PWD/qsplineseries_p.h
PUBLIC_HEADERS += \
$$PWD/qsplineseries.h