summaryrefslogtreecommitdiffstats
path: root/config.tests/qpa/xcb-xkb/xcb-xkb.pro
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@digia.com>2013-04-02 17:25:19 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-07 22:43:14 +0200
commit9c1d62cc95ed2579fa25d83901c7a1aa315aa2d3 (patch)
treee209717db152edc4ab4a10c75e6c2d5caca0b1f2 /config.tests/qpa/xcb-xkb/xcb-xkb.pro
parent2122e731abdb619249df89642c0800640b2fa428 (diff)
Add xcb-xkb to 3rd party libs
1) -qt-xcb a) Use xkb from the 3rd party libs. As it is done for the other xcb dependencies when qt configure with -qt-xcb. 2) -system-xcb (default) a) If xkb found then use xkb from the system. (Currenly xkb is not enabled by default when configuring libxcb library). b) If xkb can't be found on the system then keyboard state will be updated from X11 core events. Change-Id: I7c3dbce6daa2cec52067cd5af80f19040233a0db Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
Diffstat (limited to 'config.tests/qpa/xcb-xkb/xcb-xkb.pro')
-rw-r--r--config.tests/qpa/xcb-xkb/xcb-xkb.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.tests/qpa/xcb-xkb/xcb-xkb.pro b/config.tests/qpa/xcb-xkb/xcb-xkb.pro
new file mode 100644
index 0000000000..a684a869d3
--- /dev/null
+++ b/config.tests/qpa/xcb-xkb/xcb-xkb.pro
@@ -0,0 +1,5 @@
+SOURCES = xcb-xkb.cpp
+CONFIG -= qt
+
+LIBS += -lxcb -lxcb-xkb
+