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.pri4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/3rdparty/xkbcommon-x11.pri b/src/3rdparty/xkbcommon-x11.pri
index 36f22ce9cc..58e3a63b46 100644
--- a/src/3rdparty/xkbcommon-x11.pri
+++ b/src/3rdparty/xkbcommon-x11.pri
@@ -4,6 +4,10 @@ include(xkbcommon.pri)
# 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
+
+# Need to rename several files, qmake has problems processing a project when
+# sub-directories contain files with an equal names.
+
SOURCES += \
$$PWD/xkbcommon/src/x11/util.c \
$$PWD/xkbcommon/src/x11/x11-keymap.c \ # renamed: keymap.c -> x11-keymap.c