Skip to content

Commit

Permalink
mention dbus explicitly in CMakeList.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanilov committed Feb 10, 2019
1 parent 5f6acd5 commit 843bd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ foreach (FLAG "" all pedantic extra no-unused-parameter)
endforeach ()

# Find the libraries
find_package(Qt5 5.7 REQUIRED Widgets Network Quick Qml Gui LinguistTools Multimedia)
find_package(Qt5 5.7 REQUIRED Widgets Network Quick Qml Gui LinguistTools Multimedia DBus)
# Qt5_Prefix is only used to show Qt path in message()
# Qt5_BinDir is where all the binary tools for Qt are
if (QT_QMAKE_EXECUTABLE)
Expand Down

0 comments on commit 843bd26

Please sign in to comment.