##// END OF EJS Templates
Fix Android build...
Fix Android build Visibility attribute is not supported for Android X86. Therefore it's removed for android. Replace the slashes for declarative directories to copy files correctly. Change-Id: I4be8a70cb7ef8f89040e455a61d27c2bb08d0a4d Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r938:43d9ec405aa3
r2648:8da9536b16ef
Show More
areachart.pri
12 lines | 248 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/areachartitem.cpp \
$$PWD/qareaseries.cpp
PRIVATE_HEADERS += \
$$PWD/areachartitem_p.h \
$$PWD/qareaseries_p.h
PUBLIC_HEADERS += \
$$PWD/qareaseries.h