##// END OF EJS Templates
minor. compilation fix for test widget
minor. compilation fix for test widget

File last commit:

r146:6c3759bde1fd
r154:be42f5df02e7
Show More
piechart.pri
14 lines | 248 B | text/plain | TextLexer
Jani Honkonen
Moved pie stuff to own .pri file and rename stuff
r146 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qpieseries.cpp \
$$PWD/pieslice.cpp \
$$PWD/piepresenter.cpp
PRIVATE_HEADERS += \
$$PWD/piepresenter.h \
$$PWD/pieslice.h
PUBLIC_HEADERS += \
$$PWD/qpieseries.h