summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/xkbcommon-x11.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/xkbcommon-x11.pri')
-rw-r--r--src/3rdparty/xkbcommon-x11.pri10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/3rdparty/xkbcommon-x11.pri b/src/3rdparty/xkbcommon-x11.pri
deleted file mode 100644
index 36f22ce9cc..0000000000
--- a/src/3rdparty/xkbcommon-x11.pri
+++ /dev/null
@@ -1,10 +0,0 @@
-include(xkbcommon.pri)
-
-# Build xkbcommon-x11 support library, it depends on -lxcb and -lxcb-xkb, linking is done
-# in xcb-plugin.pro (linked to system libraries or if Qt was configured with -qt-xcb then
-# linked to -lxcb-static).
-INCLUDEPATH += $$PWD/xkbcommon/src/x11
-SOURCES += \
- $$PWD/xkbcommon/src/x11/util.c \
- $$PWD/xkbcommon/src/x11/x11-keymap.c \ # renamed: keymap.c -> x11-keymap.c
- $$PWD/xkbcommon/src/x11/x11-state.c # renamed: state.c -> x11-state.c