summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/xcb-static
diff options
context:
space:
mode:
authorBłażej Szczygieł <spaz16@wp.pl>2015-11-16 14:21:58 +0100
committerShawn Rutledge <shawn.rutledge@theqtcompany.com>2015-12-22 11:29:26 +0000
commitebe08096c94c6af43ee492c8939693a1bcbd893f (patch)
treefce8f2a2c5ebc1b0b03c47877755a1fe5e8028a4 /src/plugins/platforms/xcb/xcb-static
parentf48170b479df359f47af12b03a501d9d0c386e66 (diff)
xcb: Add Xinerama 3rd party source code for static build
Change-Id: I421d0bcf3fd6362ad6e95db5cfcdefd1a9ec096f Reviewed-by: Shawn Rutledge <shawn.rutledge@theqtcompany.com>
Diffstat (limited to 'src/plugins/platforms/xcb/xcb-static')
-rw-r--r--src/plugins/platforms/xcb/xcb-static/xcb-static.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/platforms/xcb/xcb-static/xcb-static.pro b/src/plugins/platforms/xcb/xcb-static/xcb-static.pro
index d0fe282b14..20481e4834 100644
--- a/src/plugins/platforms/xcb/xcb-static/xcb-static.pro
+++ b/src/plugins/platforms/xcb/xcb-static/xcb-static.pro
@@ -1,7 +1,8 @@
#
# Statically compile in code for
# libxcb-fixes, libxcb-randr, libxcb-shm, libxcb-sync, libxcb-image,
-# libxcb-keysyms, libxcb-icccm, libxcb-renderutil, libxcb-xkb
+# libxcb-keysyms, libxcb-icccm, libxcb-renderutil, libxcb-xkb,
+# libxcb-xinerama
#
CONFIG += static
load(qt_helper_lib)
@@ -28,7 +29,8 @@ SOURCES += \
$$LIBXCB_DIR/sync.c \
$$LIBXCB_DIR/render.c \
$$LIBXCB_DIR/shape.c \
- $$LIBXCB_DIR/xkb.c
+ $$LIBXCB_DIR/xkb.c \
+ $$LIBXCB_DIR/xinerama.c
#
# xcb-util