diff options
author | Brad King <brad.king@kitware.com> | 2016-11-02 12:54:26 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-11-02 12:54:26 (GMT) |
commit | cea26782c9f626dfe24ef8eed0a65d31d461301b (patch) | |
tree | 50532ef7b39ae2d1d5cd5b6f16f9caa19baa42d4 | |
parent | b5ad094e3b4496b84b6326b09521c86e9b753385 (diff) | |
parent | 13bc31aab5c51667369acce3a5ca9d1df57a1611 (diff) | |
download | CMake-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
-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 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) |