diff options
author | Brad King <brad.king@kitware.com> | 2016-11-02 12:52:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-11-02 12:52:23 (GMT) |
commit | c555eca9ba8e518dd8f91159d94a2a2bf58916b0 (patch) | |
tree | afada6c10d297bdf31871113a725f7f76a00c127 /Help | |
parent | 2857ca89a2aa0561f814ae925c0bd96262fd4509 (diff) | |
parent | 1c52e6511fe3b73c640862f76884dcfed46186dc (diff) | |
download | CMake-c555eca9ba8e518dd8f91159d94a2a2bf58916b0.zip CMake-c555eca9ba8e518dd8f91159d94a2a2bf58916b0.tar.gz CMake-c555eca9ba8e518dd8f91159d94a2a2bf58916b0.tar.bz2 |
Merge branch 'doc-cmake-qt-fixes' into release
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-qt.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-qt.7.rst b/Help/manual/cmake-qt.7.rst index e8a2c1e..7827065 100644 --- a/Help/manual/cmake-qt.7.rst +++ b/Help/manual/cmake-qt.7.rst @@ -29,7 +29,7 @@ Qt 4 and Qt 5 may be used together in the same set(CMAKE_AUTOMOC ON) set(CMAKE_INCLUDE_CURRENT_DIR ON) - find_package(Qt5Widgets REQUIRED) + find_package(Qt5 COMPONENTS Widgets DBus REQUIRED) add_executable(publisher publisher.cpp) target_link_libraries(publisher Qt5::Widgets Qt5::DBus) |