diff options
-rw-r--r-- | modules/FindQtDBus.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindQtDBus.cmake b/modules/FindQtDBus.cmake index aaba1069..8c5b76c0 100644 --- a/modules/FindQtDBus.cmake +++ b/modules/FindQtDBus.cmake @@ -55,7 +55,7 @@ else (QDBUS_INCLUDE_DIRS AND QDBUS_LIBRARIES) set(QDBUS_INCLUDE_DIRS ${_dbusIncDir} ${_qdbusIncDir} CACHE INTERNAL "Include dirs for Qt DBUS") FIND_LIBRARY(QDBUS_LIBRARIES NAMES dbus-qt4-1 - PATHS ${_qdbusLinkDir} + PATHS ${_qdbusLinkDir} ${_dbusLinkDir} ) endif (WIN32) |