Fix kdebugsettings categories file
By using the same EXPORT for ecm_qt_declare_logging_category and ecm_qt_install_logging_categories.
This commit is contained in:
parent
6e4acb4303
commit
df845939a4
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ ecm_qt_declare_logging_category(SERVER_LIB_SRCS
|
||||||
CATEGORY_NAME kwayland-server
|
CATEGORY_NAME kwayland-server
|
||||||
DEFAULT_SEVERITY Critical
|
DEFAULT_SEVERITY Critical
|
||||||
DESCRIPTION "KWayland Server Library"
|
DESCRIPTION "KWayland Server Library"
|
||||||
EXPORT KWAYLAND
|
EXPORT KWAYLANDSERVER
|
||||||
)
|
)
|
||||||
|
|
||||||
ecm_add_qtwayland_server_protocol_kde(SERVER_LIB_SRCS
|
ecm_add_qtwayland_server_protocol_kde(SERVER_LIB_SRCS
|
||||||
|
|
Loading…
Reference in a new issue