##// END OF EJS Templates
refactoring internal barchart items
refactoring internal barchart items

File last commit:

r1534:d9bcc3bd9d82
r1674:2849be5cffb7
Show More
legend.pri
16 lines | 322 B | text/plain | TextLexer
Michal Klocek
Moves legend src to subdirectory
r957 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qlegend.cpp \
Michal Klocek
Refactors layout managment...
r1534 $$PWD/legendmarker.cpp \
$$PWD/legendlayout.cpp
Michal Klocek
Moves legend src to subdirectory
r957
PRIVATE_HEADERS += \
$$PWD/legendmarker_p.h \
$$PWD/legendscroller_p.h \
Michal Klocek
Refactors layout managment...
r1534 $$PWD/qlegend_p.h \
$$PWD/legendlayout_p.h
Michal Klocek
Moves legend src to subdirectory
r957
PUBLIC_HEADERS += \
$$PWD/qlegend.h