summaryrefslogtreecommitdiffstats
path: root/src/qmlandroid/qmlandroid.pri
blob: e58634aae8dda4a20fb604af32974919cbfe78fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/qqmlandroidr_p.h \
    $$PWD/qtqmlandroidmodule_p.h

SOURCES += \
    $$PWD/qqmlandroidr.cpp \
    $$PWD/qtqmlandroidmodule.cpp

include(app/app.pri)
include(core/core.pri)
include(content/content.pri)
include(graphics/graphics.pri)
include(support/support.pri)
include(view/view.pri)
include(widget/widget.pri)