always build plugin

This commit is contained in:
Patrick von Reth 2015-07-02 15:12:30 +02:00
parent ba72d65420
commit 27369b004f
1 changed files with 25 additions and 27 deletions

View File

@ -1,10 +1,9 @@
if(WIN32 OR APPLE)
find_package(Qt5DBus QUIET)
set_package_properties(Qt5DBus PROPERTIES
find_package(Qt5DBus QUIET)
set_package_properties(Qt5DBus PROPERTIES
PURPOSE "Support for the Freedesktop Notification Frontend."
TYPE OPTIONAL)
if(Qt5DBus_FOUND)
if(Qt5DBus_FOUND)
message(STATUS "Adding freedesktop notification frontend")
set( FREEDESKTOP_NOTIFICATION_FRONTEND_SRC
@ -33,7 +32,6 @@ if(WIN32 OR APPLE)
install(TARGETS libsnore_frontend_freedesktop ${SNORE_PLUGIN_INSTALL_PATH})
endif()
endif()