fix header install
This commit is contained in:
parent
482e4c6cdb
commit
2dcd673c55
|
@ -6,9 +6,11 @@ set(SnoreNotify_SRCS ${SnoreNotify_SRCS}
|
|||
notification/icon_p.cpp
|
||||
PARENT_SCOPE)
|
||||
|
||||
set(SnoreNotify_HDR ${SnoreNotify_HDR}
|
||||
notification/notification.h
|
||||
notification/notification_p.h
|
||||
notification/notificationaction.h
|
||||
notification/icon.h
|
||||
PARENT_SCOPE)
|
||||
set(SnoreNotify_HDR
|
||||
notification.h
|
||||
notification_p.h
|
||||
notificationaction.h
|
||||
icon.h
|
||||
)
|
||||
|
||||
install(FILES ${SnoreNotify_HDR} DESTINATION ${KDE_INSTALL_INCLUDEDIR}/snore/core/notification)
|
||||
|
|
|
@ -6,11 +6,11 @@ set(SnoreNotify_SRCS ${SnoreNotify_SRCS}
|
|||
plugins/pluginsettingswidget.cpp
|
||||
PARENT_SCOPE)
|
||||
|
||||
set(SnoreNotify_HDR ${SnoreNotify_HDR}
|
||||
plugins/plugins.h
|
||||
plugins/snorefrontend.h
|
||||
plugins/snorebackend.h
|
||||
plugins/pluginsettingswidget.h
|
||||
PARENT_SCOPE)
|
||||
set(SnoreNotify_HDR
|
||||
plugins.h
|
||||
snorefrontend.h
|
||||
snorebackend.h
|
||||
pluginsettingswidget.h)
|
||||
|
||||
|
||||
install(FILES ${SnoreNotify_HDR} DESTINATION ${KDE_INSTALL_INCLUDEDIR}/snore/core/plugins)
|
||||
|
|
Loading…
Reference in New Issue