From b4479cc40968fc31f540fcb6b3869348eef5e06a Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 19 Nov 2012 12:40:10 +0100 Subject: exclude 3rdparty from lupdate Change-Id: I00c569787943a87dda60786b179af1f55a94ea68 Reviewed-by: hjk Reviewed-by: Oswald Buddenhagen --- src/plugins/platforms/windows/windows.pro | 2 ++ src/plugins/platforms/xcb/xcb-static/xcb-static.pro | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src/plugins/platforms') diff --git a/src/plugins/platforms/windows/windows.pro b/src/plugins/platforms/windows/windows.pro index ca356e1276..794bd3aa35 100644 --- a/src/plugins/platforms/windows/windows.pro +++ b/src/plugins/platforms/windows/windows.pro @@ -158,6 +158,8 @@ contains(QT_CONFIG, freetype) { $$QT_FREETYPE_DIR/src \ $$QT_FREETYPE_DIR/include + TR_EXCLUDE += $$QT_FREETYPE_DIR/* + DEFINES += FT2_BUILD_LIBRARY contains(QT_CONFIG, system-zlib) { DEFINES += FT_CONFIG_OPTION_SYSTEM_ZLIB diff --git a/src/plugins/platforms/xcb/xcb-static/xcb-static.pro b/src/plugins/platforms/xcb/xcb-static/xcb-static.pro index 0257826e09..d7530fe42e 100644 --- a/src/plugins/platforms/xcb/xcb-static/xcb-static.pro +++ b/src/plugins/platforms/xcb/xcb-static/xcb-static.pro @@ -68,3 +68,5 @@ SOURCES += \ $$XCB_WM_DIR/icccm.c OTHER_FILES = $$XCB_DIR/README + +TR_EXCLUDE += $$XCB_DIR/* -- cgit v1.2.3