##// END OF EJS Templates
Improves build configuration...
Improves build configuration * adds local_build config option * adds developer_build config option * reanmes config files * removes debug stuff * fixes headers issues

File last commit:

r957:775befb8fe0b
r996:ce5f1c868418
Show More
legend.pri
14 lines | 265 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qlegend.cpp \
$$PWD/legendmarker.cpp
PRIVATE_HEADERS += \
$$PWD/legendmarker_p.h \
$$PWD/legendscroller_p.h \
$$PWD/qlegend_p.h
PUBLIC_HEADERS += \
$$PWD/qlegend.h