mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 23:23:07 +00:00
14 lines
473 B
Diff
14 lines
473 B
Diff
Index: qtbase-opensource-src-5.5.1/src/dbus/qdbus_symbols.cpp
|
|
===================================================================
|
|
--- qtbase-opensource-src-5.5.1.orig/src/dbus/qdbus_symbols.cpp
|
|
+++ qtbase-opensource-src-5.5.1/src/dbus/qdbus_symbols.cpp
|
|
@@ -89,7 +89,7 @@ bool qdbus_loadLibDBus()
|
|
#ifdef Q_OS_WIN
|
|
QLatin1String("dbus-1"),
|
|
#endif
|
|
- QLatin1String("libdbus-1")
|
|
+ QLatin1String("@dbus_libs@/lib/libdbus-1")
|
|
};
|
|
|
|
lib->unload();
|