Don't redefine symbols from system libraries
The system library versions may contain driver-specific functionality. Change-Id: Iaaa71bff7d2c305cb47798920a5977aaa2a3ac8a Task-number: QTBUG-58299 Reviewed-by: Johan Helsing <johan.helsing@qt.io>
This commit is contained in:
parent
086b0a9a26
commit
0dc450ec22
@ -23,7 +23,6 @@ QMAKE_USE += wayland-client
|
|||||||
INCLUDEPATH += $$PWD/../shared
|
INCLUDEPATH += $$PWD/../shared
|
||||||
|
|
||||||
WAYLANDCLIENTSOURCES += \
|
WAYLANDCLIENTSOURCES += \
|
||||||
../3rdparty/protocol/wayland.xml \
|
|
||||||
../extensions/surface-extension.xml \
|
../extensions/surface-extension.xml \
|
||||||
../extensions/touch-extension.xml \
|
../extensions/touch-extension.xml \
|
||||||
../extensions/qtkey-extension.xml \
|
../extensions/qtkey-extension.xml \
|
||||||
@ -32,6 +31,9 @@ WAYLANDCLIENTSOURCES += \
|
|||||||
../3rdparty/protocol/xdg-shell.xml \
|
../3rdparty/protocol/xdg-shell.xml \
|
||||||
../3rdparty/protocol/xdg-shell-unstable-v6.xml \
|
../3rdparty/protocol/xdg-shell-unstable-v6.xml \
|
||||||
|
|
||||||
|
WAYLANDCLIENTSOURCES_SYSTEM += \
|
||||||
|
../3rdparty/protocol/wayland.xml \
|
||||||
|
|
||||||
SOURCES += qwaylandintegration.cpp \
|
SOURCES += qwaylandintegration.cpp \
|
||||||
qwaylandnativeinterface.cpp \
|
qwaylandnativeinterface.cpp \
|
||||||
qwaylandshmbackingstore.cpp \
|
qwaylandshmbackingstore.cpp \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user