]> git.saurik.com Git - apple/javascriptcore.git/blob - wtf/wtf.pri
10b41e4def23976a5a7975f078c65e755045746a
[apple/javascriptcore.git] / wtf / wtf.pri
1 # wtf - qmake build info
2
3 SOURCES += \
4 wtf/Assertions.cpp \
5 wtf/ByteArray.cpp \
6 wtf/CryptographicallyRandomNumber.cpp \
7 wtf/CurrentTime.cpp \
8 wtf/DateMath.cpp \
9 wtf/dtoa.cpp \
10 wtf/DecimalNumber.cpp \
11 wtf/FastMalloc.cpp \
12 wtf/gobject/GOwnPtr.cpp \
13 wtf/gobject/GRefPtr.cpp \
14 wtf/HashTable.cpp \
15 wtf/MD5.cpp \
16 wtf/MainThread.cpp \
17 wtf/NullPtr.cpp \
18 wtf/OSRandomSource.cpp \
19 wtf/qt/MainThreadQt.cpp \
20 wtf/qt/StringQt.cpp \
21 wtf/qt/ThreadingQt.cpp \
22 wtf/PageAllocationAligned.cpp \
23 wtf/PageBlock.cpp \
24 wtf/ParallelJobsGeneric.cpp \
25 wtf/RandomNumber.cpp \
26 wtf/RefCountedLeakCounter.cpp \
27 wtf/SHA1.cpp \
28 wtf/StackBounds.cpp \
29 wtf/TCSystemAlloc.cpp \
30 wtf/ThreadingNone.cpp \
31 wtf/Threading.cpp \
32 wtf/TypeTraits.cpp \
33 wtf/WTFThreadData.cpp \
34 wtf/text/AtomicString.cpp \
35 wtf/text/CString.cpp \
36 wtf/text/StringBuilder.cpp \
37 wtf/text/StringImpl.cpp \
38 wtf/text/StringStatics.cpp \
39 wtf/text/WTFString.cpp \
40 wtf/unicode/CollatorDefault.cpp \
41 wtf/unicode/icu/CollatorICU.cpp \
42 wtf/unicode/UTF8.cpp
43
44 contains(DEFINES, USE_GSTREAMER=1) {
45 DEFINES += ENABLE_GLIB_SUPPORT=1
46 PKGCONFIG += glib-2.0 gio-2.0
47 CONFIG += link_pkgconfig
48 }
49
50 unix:!symbian: SOURCES += wtf/OSAllocatorPosix.cpp
51 symbian: SOURCES += wtf/OSAllocatorSymbian.cpp
52 win*|wince*: SOURCES += wtf/OSAllocatorWin.cpp