Changeset 99666 in webkit for trunk/Source/JavaScriptCore/wtf/wtf.pri
- Timestamp:
- Nov 9, 2011, 12:52:43 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/wtf/wtf.pri
r99374 r99666 190 190 wtf/unicode/UTF8.cpp 191 191 192 linux-*:!contains(DEFINES, USE_QTMULTIMEDIA=1) {193 !contains(QT_CONFIG, no-pkg-config):system(pkg-config --exists glib-2.0 gio-2.0 gstreamer-0.10): {194 DEFINES += ENABLE_GLIB_SUPPORT=1195 PKGCONFIG += glib-2.0 gio-2.0196 197 HEADERS += wtf/gobject/GOwnPtr.h198 }199 }200 201 192 unix: SOURCES += wtf/OSAllocatorPosix.cpp 202 193 win*|wince*: SOURCES += wtf/OSAllocatorWin.cpp
Note:
See TracChangeset
for help on using the changeset viewer.