aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/ftw/ftw.pri
blob: 545c47e3c67248075c454acae0e4bbb59368b098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
INCLUDEPATH += $$PWD

HEADERS +=  \
    $$PWD/qbitfield_p.h \
    $$PWD/qintrusivelist_p.h \
    $$PWD/qmetaobjectbuilder_p.h \
    $$PWD/qpodvector_p.h \
    $$PWD/qhashedstring_p.h \
    $$PWD/qdeclarativerefcount_p.h \
    $$PWD/qdeclarativepool_p.h \
    $$PWD/qfieldlist_p.h \
    $$PWD/qdeclarativeutils_p.h \
    $$PWD/qfastmetabuilder_p.h \
    $$PWD/qhashfield_p.h \

SOURCES += \
    $$PWD/qintrusivelist.cpp \
    $$PWD/qmetaobjectbuilder.cpp \
    $$PWD/qhashedstring.cpp \
    $$PWD/qdeclarativerefcount.cpp \
    $$PWD/qdeclarativepool.cpp \
    $$PWD/qfastmetabuilder.cpp \