##// END OF EJS Templates
Fix test application to have valid window size
Fix test application to have valid window size

File last commit:

r146:6c3759bde1fd
r147:ede69107bdd8
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