summaryrefslogtreecommitdiffstats
path: root/src/qmlandroid/graphics/graphics.pri
blob: 280aa37db4104a9ce39e0725d1a64ece5e7c2006 (plain)
1
2
3
4
5
6
7
8
9
10
11
INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/qqmlandroidcolor_p.h \
    $$PWD/qtqmlandroidgraphicsmodule_p.h

SOURCES += \
    $$PWD/qqmlandroidcolor.cpp \
    $$PWD/qtqmlandroidgraphicsmodule.cpp

include(drawable/drawable.pri)