view src/qt-2-dbus.patch @ 3309:7b9b5cf1fb92

qt: create build tools bin director before install * src/qt.mk: create build tools bin director before install
author John Donoghue <john.donoghue@ieee.org>
date Mon, 11 Nov 2013 00:24:35 -0500
parents fae248a5b181
children
line wrap: on
line source

diff -ur qt-everywhere-opensource-src-4.8.3.orig/src/dbus/dbus.pro qt-everywhere-opensource-src-4.8.3/src/dbus/dbus.pro
--- qt-everywhere-opensource-src-4.8.3.orig/src/dbus/dbus.pro	2013-07-13 21:04:11 -0400
+++ qt-everywhere-opensource-src-4.8.3/src/dbus/dbus.pro	2013-07-13 21:06:25 -0400
@@ -20,6 +20,7 @@
         QtXml
 }
 win32 { 
+    PKGCONFIG += dbus-1
     wince*:LIBS_PRIVATE += -lws2
     else:LIBS_PRIVATE += -lws2_32 \
         -ladvapi32 \