Skip to content
Snippets Groups Projects
Commit cea26782 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'doc-cmake-qt-missing-dbus'

13bc31aa Help: Update example Qt 5 find_package call to add missing component
parents b5ad094e 13bc31aa
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment