summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/WebCore.pri
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/WebCore.pri')
-rw-r--r--Source/WebCore/WebCore.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/WebCore.pri b/Source/WebCore/WebCore.pri
index 3946384..3644184 100644
--- a/Source/WebCore/WebCore.pri
+++ b/Source/WebCore/WebCore.pri
@@ -91,6 +91,7 @@ WEBCORE_INCLUDEPATH = \
$$SOURCE_DIR/WebCore/platform/audio \
$$SOURCE_DIR/WebCore/platform/graphics \
$$SOURCE_DIR/WebCore/platform/graphics/filters \
+ $$SOURCE_DIR/WebCore/platform/graphics/texmap \
$$SOURCE_DIR/WebCore/platform/graphics/transforms \
$$SOURCE_DIR/WebCore/platform/image-decoders \
$$SOURCE_DIR/WebCore/platform/mock \
@@ -311,6 +312,7 @@ contains (CONFIG, text_breaking_with_icu) {
}
win32-* {
+ INCLUDEPATH += $$SOURCE_DIR/WebCore/platform/win
LIBS += -lgdi32
LIBS += -lole32
LIBS += -luser32