Don't include the KWaylandServer namespace on includes

This commit is contained in:
Aleix Pol 2020-04-30 12:01:30 +02:00
parent 306f242ac8
commit 768de2aac4

View file

@ -313,7 +313,7 @@ ecm_generate_export_header(KWaylandServer
# needs fixing of undeprecated API being still implemented using own deprecated API
target_include_directories(KWaylandServer INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR}/KWaylandServer>")
target_include_directories(KWaylandServer INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR}>")
target_link_libraries(KWaylandServer
PUBLIC Qt5::Gui