aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/ftw/ftw.pri
blob: 44141223bfd47de8e752f5c6652579acdfc5aa95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
HEADERS +=  \
    $$PWD/qbitfield_p.h \
    $$PWD/qintrusivelist_p.h \
    $$PWD/qpodvector_p.h \
    $$PWD/qhashedstring_p.h \
    $$PWD/qdeclarativerefcount_p.h \
    $$PWD/qdeclarativepool_p.h \
    $$PWD/qfieldlist_p.h \
    $$PWD/qfastmetabuilder_p.h \
    $$PWD/qhashfield_p.h \
    $$PWD/qdeclarativethread_p.h \
    $$PWD/qfinitestack_p.h \
    $$PWD/qrecursionwatcher_p.h \
    $$PWD/qdeletewatcher_p.h \
    $$PWD/qrecyclepool_p.h \
    $$PWD/qflagpointer_p.h \
    $$PWD/qdeclarativetrace_p.h \

SOURCES += \
    $$PWD/qintrusivelist.cpp \
    $$PWD/qhashedstring.cpp \
    $$PWD/qdeclarativepool.cpp \
    $$PWD/qfastmetabuilder.cpp \
    $$PWD/qdeclarativethread.cpp \
    $$PWD/qdeclarativetrace.cpp \