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,4 +1,3 @@
if(WIN32 OR APPLE)
find_package(Qt5DBus QUIET)
set_package_properties(Qt5DBus PROPERTIES
PURPOSE "Support for the Freedesktop Notification Frontend."
@ -34,7 +33,6 @@ if(WIN32 OR APPLE)
install(TARGETS libsnore_frontend_freedesktop ${SNORE_PLUGIN_INSTALL_PATH})
endif()
endif()