aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/ftw/ftw.pri
blob: f2fec4e2dd73cce6666fd8a7e94e4c3cb2c82186 (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
27
28
29
HEADERS +=  \
    $$PWD/qbitfield_p.h \
    $$PWD/qintrusivelist_p.h \
    $$PWD/qpodvector_p.h \
    $$PWD/qhashedstring_p.h \
    $$PWD/qqmlrefcount_p.h \
    $$PWD/qqmlpool_p.h \
    $$PWD/qfieldlist_p.h \
    $$PWD/qfastmetabuilder_p.h \
    $$PWD/qhashfield_p.h \
    $$PWD/qqmlthread_p.h \
    $$PWD/qfinitestack_p.h \
    $$PWD/qrecursionwatcher_p.h \
    $$PWD/qdeletewatcher_p.h \
    $$PWD/qrecyclepool_p.h \
    $$PWD/qflagpointer_p.h \
    $$PWD/qqmltrace_p.h \
    $$PWD/qpointervaluepair_p.h \
    $$PWD/qlazilyallocated_p.h \

SOURCES += \
    $$PWD/qintrusivelist.cpp \
    $$PWD/qhashedstring.cpp \
    $$PWD/qqmlpool.cpp \
    $$PWD/qfastmetabuilder.cpp \
    $$PWD/qqmlthread.cpp \
    $$PWD/qqmltrace.cpp \

contains(QT_CONFIG, clock-gettime):include($$QT_SOURCE_TREE/config.tests/unix/clock-gettime/clock-gettime.pri)