diff options
author | Adrien BUSTANY <madcat@mymadcat.com> | 2008-07-21 11:21:52 +0200 |
---|---|---|
committer | Adrien BUSTANY <madcat@mymadcat.com> | 2008-07-21 11:21:52 +0200 |
commit | bd0e89e8b574fd30528f9d3ec72a8976d37a771b (patch) | |
tree | 252acdbbe81a3a5be100fbd47296033ef9c36dd6 /lib | |
parent | 55555cab57b816bcb89524a0052a41c58f984fc6 (diff) |
Patch from Jonathan Ridell to fix compilation on Ubuntu
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 59acc59..318d6ab 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -53,7 +53,9 @@ set_target_properties( packagekit-qt PROPERTIES VERSION 0.1 SOVERSION 0 ) target_link_libraries(packagekit-qt ${QT_QTCORE_LIBRARY} + ${QT_QTDBUS_LIBRARY} polkit-dbus + dbus-1 ) install(TARGETS |