qxkbcommon: use QMAKE_USE instead of QMAKE_USE_PRIVATE
... because API from qxkbcommon_p.h includes xkbcommon headers. When we use "QT += xkbcommon_support-private" in *.pro files, we should not explicitly require "QMAKE_USE += xkbcommon" in those projects. Change-Id: I21049034ce93bee13a1107723f26498c221f8ea4 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
0590da532e
commit
4d11fc1d22
@ -7,7 +7,7 @@ CONFIG += static internal_module
|
||||
DEFINES += QT_NO_CAST_FROM_ASCII
|
||||
PRECOMPILED_HEADER = ../../../corelib/global/qt_pch.h
|
||||
|
||||
QMAKE_USE_PRIVATE += xkbcommon
|
||||
QMAKE_USE += xkbcommon
|
||||
|
||||
HEADERS += \
|
||||
qxkbcommon_p.h
|
||||
|
Loading…
Reference in New Issue
Block a user