Don't include the KWaylandServer namespace on includes
This commit is contained in:
parent
306f242ac8
commit
768de2aac4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue