diff options
author | Laszlo Agocs <laszlo.p.agocs@nokia.com> | 2012-07-25 13:23:38 +0300 |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2012-07-25 13:03:32 +0200 |
commit | c4a3cf4c25ef6db852b5fd9433d7c0b9556ca98a (patch) | |
tree | fe4e030865a9f15cab128f8d731bb16d59799ef6 /config.tests | |
parent | 3c8c70c34ca50f570809dd7b25685fd015495a7c (diff) | |
download | qtwayland-c4a3cf4c25ef6db852b5fd9433d7c0b9556ca98a.tar.gz qtwayland-c4a3cf4c25ef6db852b5fd9433d7c0b9556ca98a.tar.bz2 qtwayland-c4a3cf4c25ef6db852b5fd9433d7c0b9556ca98a.zip |
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.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.tests/xkbcommon/main.cpp b/config.tests/xkbcommon/main.cpp index 1cb4cfd0..8e323e2e 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() |