| 1 | SOURCES += \
|
|---|
| 2 | concurrent/qfuture.cpp \
|
|---|
| 3 | concurrent/qfutureinterface.cpp \
|
|---|
| 4 | concurrent/qfuturesynchronizer.cpp \
|
|---|
| 5 | concurrent/qfuturewatcher.cpp \
|
|---|
| 6 | concurrent/qrunnable.cpp \
|
|---|
| 7 | concurrent/qtconcurrentfilter.cpp \
|
|---|
| 8 | concurrent/qtconcurrentmap.cpp \
|
|---|
| 9 | concurrent/qtconcurrentresultstore.cpp \
|
|---|
| 10 | concurrent/qtconcurrentthreadengine.cpp \
|
|---|
| 11 | concurrent/qtconcurrentiteratekernel.cpp \
|
|---|
| 12 | concurrent/qtconcurrentexception.cpp \
|
|---|
| 13 | concurrent/qthreadpool.cpp
|
|---|
| 14 |
|
|---|
| 15 | HEADERS += \
|
|---|
| 16 | concurrent/qfuture.h \
|
|---|
| 17 | concurrent/qfutureinterface.h \
|
|---|
| 18 | concurrent/qfuturesynchronizer.h \
|
|---|
| 19 | concurrent/qfuturewatcher.h \
|
|---|
| 20 | concurrent/qrunnable.h \
|
|---|
| 21 | concurrent/qtconcurrentcompilertest.h \
|
|---|
| 22 | concurrent/qtconcurrentexception.h \
|
|---|
| 23 | concurrent/qtconcurrentfilter.h \
|
|---|
| 24 | concurrent/qtconcurrentfilterkernel.h \
|
|---|
| 25 | concurrent/qtconcurrentfunctionwrappers.h \
|
|---|
| 26 | concurrent/qtconcurrentiteratekernel.h \
|
|---|
| 27 | concurrent/qtconcurrentmap.h \
|
|---|
| 28 | concurrent/qtconcurrentmapkernel.h \
|
|---|
| 29 | concurrent/qtconcurrentmedian.h \
|
|---|
| 30 | concurrent/qtconcurrentreducekernel.h \
|
|---|
| 31 | concurrent/qtconcurrentresultstore.h \
|
|---|
| 32 | concurrent/qtconcurrentrun.h \
|
|---|
| 33 | concurrent/qtconcurrentrunbase.h \
|
|---|
| 34 | concurrent/qtconcurrentstoredfunctioncall.h \
|
|---|
| 35 | concurrent/qtconcurrentthreadengine.h \
|
|---|
| 36 | concurrent/qthreadpool.h
|
|---|
| 37 |
|
|---|
| 38 | # private headers
|
|---|
| 39 | HEADERS += \
|
|---|
| 40 | concurrent/qfutureinterface_p.h \
|
|---|
| 41 | concurrent/qfuturewatcher_p.h \
|
|---|
| 42 | concurrent/qthreadpool_p.h
|
|---|