##// END OF EJS Templates
Qt5: declarative fix part4...
Qt5: declarative fix part4 - re-enabled tests - fixed the include files in tests folder - fixed QSKIP macro in tests

File last commit:

r1534:d9bcc3bd9d82
r2055:b660f2141c18
Show More
legend.pri
16 lines | 322 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qlegend.cpp \
$$PWD/legendmarker.cpp \
$$PWD/legendlayout.cpp
PRIVATE_HEADERS += \
$$PWD/legendmarker_p.h \
$$PWD/legendscroller_p.h \
$$PWD/qlegend_p.h \
$$PWD/legendlayout_p.h
PUBLIC_HEADERS += \
$$PWD/qlegend.h