summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-11-02 12:54:26 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-11-02 12:54:26 (GMT)
commitcea26782c9f626dfe24ef8eed0a65d31d461301b (patch)
tree50532ef7b39ae2d1d5cd5b6f16f9caa19baa42d4 /Help
parentb5ad094e3b4496b84b6326b09521c86e9b753385 (diff)
parent13bc31aab5c51667369acce3a5ca9d1df57a1611 (diff)
downloadCMake-cea26782c9f626dfe24ef8eed0a65d31d461301b.zip
CMake-cea26782c9f626dfe24ef8eed0a65d31d461301b.tar.gz
CMake-cea26782c9f626dfe24ef8eed0a65d31d461301b.tar.bz2
Merge topic 'doc-cmake-qt-missing-dbus'
13bc31aa Help: Update example Qt 5 find_package call to add missing component
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-qt.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-qt.7.rst b/Help/manual/cmake-qt.7.rst
index bd0a984..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(Qt5 COMPONENTS Widgets REQUIRED)
+ find_package(Qt5 COMPONENTS Widgets DBus REQUIRED)
add_executable(publisher publisher.cpp)
target_link_libraries(publisher Qt5::Widgets Qt5::DBus)