Install headers in the right directory

This commit is contained in:
Aleix Pol 2021-04-01 14:06:10 +02:00
parent 53a97fc89e
commit be966dbeb6

View file

@ -40,5 +40,5 @@ install(TARGETS LayerShellQtInterface EXPORT LayerShellQtTargets ${KDE_INSTALL_T
install(FILES
${LayerShellQt_HEADERS}
${CMAKE_CURRENT_BINARY_DIR}/LayerShellQt/layershellqt_export.h
DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/LayerShellQt COMPONENT Devel
DESTINATION ${KDE_INSTALL_INCLUDEDIR}/LayerShellQt COMPONENT Devel
)