summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2012-07-25 13:23:38 +0300
committerJørgen Lind <jorgen.lind@nokia.com>2012-07-25 13:03:32 +0200
commitc4a3cf4c25ef6db852b5fd9433d7c0b9556ca98a (patch)
treefe4e030865a9f15cab128f8d731bb16d59799ef6 /config.tests
parent3c8c70c34ca50f570809dd7b25685fd015495a7c (diff)
Fix libxkbcommon config test
Including the qnamespace.h caused a compilation error and so xkbcommon support was disabled all the time. Including that header is not necessary in the first place. Change-Id: I1ff1155d6b10a6cceaaf9117bb3eb74e88fde49d Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/xkbcommon/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.tests/xkbcommon/main.cpp b/config.tests/xkbcommon/main.cpp
index 1cb4cfd00..8e323e2e4 100644
--- a/config.tests/xkbcommon/main.cpp
+++ b/config.tests/xkbcommon/main.cpp
@@ -41,7 +41,6 @@
#include <xkbcommon/xkbcommon.h>
#include <X11/keysym.h>
-#include <QtCore/qnamespace.h>
#include <string.h>
int main()