mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-23 06:49:27 +00:00
2 small fixes
This commit is contained in:
parent
23da56b4a9
commit
265b74ebaf
@ -48,6 +48,8 @@ option(WITH_GROWL_BACKEND "Build the Growl backend" ON)
|
||||
set(PLUGIN_INSTALL_PATH LIBRARY DESTINATION bin/snoreplugins)
|
||||
|
||||
add_subdirectory(data)
|
||||
add_subdirectory(share)
|
||||
add_subdirectory(3party)
|
||||
add_subdirectory(src)
|
||||
|
||||
|
||||
|
@ -6,4 +6,4 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Notifications.service
|
||||
DESTINATION share/dbus-1/services/)
|
||||
|
||||
|
||||
install(FILES share/FindLibsnore.cmake DESTINATION share/apps/cmake/modules)
|
||||
install(FILES FindLibsnore.cmake DESTINATION share/apps/cmake/modules)
|
@ -8,8 +8,5 @@ if(QT_QTDBUS_FOUND AND NOT WITH_FREEDESKTOP_FRONTEND AND UNIX AND NOT APPLE)
|
||||
target_link_libraries(freedesktop_backend snorecore ${QT_QTGUI_LIBRARY} ${QT_QTDBUS_LIBRARY} )
|
||||
|
||||
install(TARGETS freedesktop_backend ${PLUGIN_INSTALL_PATH})
|
||||
|
||||
else(QT_QTDBUS_FOUND AND NOT WITH_FREEDESKTOP_FRONTEND AND UNIX AND NOT APPLE)
|
||||
message(STATUS "Adding Freedesktop notification backend.... ")
|
||||
endif(QT_QTDBUS_FOUND AND NOT WITH_FREEDESKTOP_FRONTEND AND UNIX AND NOT APPLE)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user