Fix typos.

REVIEW: 126114
This commit is contained in:
Michael Palimaka 2015-12-21 21:47:42 +11:00
parent 65fc6a5d9c
commit fb4d31e56b
3 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,7 @@
include(ECMAddTests)
find_package(Qt5Test QUIET)
set_package_properties(Qt5Core PROPERTIES
set_package_properties(Qt5Test PROPERTIES
DESCRIPTION "Qt5 unit testing framework"
URL "http://www.qt.io"
TYPE OPTIONAL

View File

@ -4,13 +4,13 @@ add_subdirectory(libsnore)
if(Qt5Widgets_FOUND)
ecm_optional_add_subdirectory(daemon)
add_feature_info(BUILD_daemon BUILD_daemon "Build and installd the snorenotify daemon which receives and redirects notifications.")
add_feature_info(BUILD_daemon BUILD_daemon "Build and install the snorenotify daemon which receives and redirects notifications.")
ecm_optional_add_subdirectory(settings)
add_feature_info(BUILD_settings BUILD_settings "Build and installd the snorensettings application which allows the modification of the settings for all applications using libsnore.")
add_feature_info(BUILD_settings BUILD_settings "Build and install the snorensettings application which allows the modification of the settings for all applications using libsnore.")
endif()
ecm_optional_add_subdirectory(snoresend)
add_feature_info(BUILD_snoresend BUILD_snoresend "Build and installd the snoresend application, a commandline interface for sendig notifications.")
add_feature_info(BUILD_snoresend BUILD_snoresend "Build and install the snoresend application, a commandline interface for sendig notifications.")
add_subdirectory(plugins)

View File

@ -1,9 +1,8 @@
find_package(Qt5Quick QUIET)
set_package_properties(Qt5Quick PROPERTIES
PURPOSE "Adding buildin notifiaction backend."
PURPOSE "Adding builtin notifiaction backend."
TYPE OPTIONAL)
if(Qt5Quick_FOUND)
QT5_ADD_RESOURCES(SNORENOTIFIER_RCS ${CMAKE_CURRENT_SOURCE_DIR}/snore_notification.qrc)