summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrasanth Ullattil <prasanth.ullattil@nokia.com>2011-03-29 16:12:17 +0200
committerPrasanth Ullattil <prasanth.ullattil@nokia.com>2011-03-29 16:12:56 +0200
commit29ff2f2347dfd0b0549f10bd3bb383186ea34c99 (patch)
treeba00005eea5ddeb3935935cf0c4422db603f8c4b
parent31d665604e21748ded97cfa24cec5c61042646f5 (diff)
Fix TARGET path for uitools
-rw-r--r--patches/0108-Fix-the-target-for-QtUiTools-debug-on-Mac.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/patches/0108-Fix-the-target-for-QtUiTools-debug-on-Mac.patch b/patches/0108-Fix-the-target-for-QtUiTools-debug-on-Mac.patch
new file mode 100644
index 0000000..1f2c103
--- /dev/null
+++ b/patches/0108-Fix-the-target-for-QtUiTools-debug-on-Mac.patch
@@ -0,0 +1,22 @@
+From c2af66bc118f55a2cd94335892a9256e32a41b2e Mon Sep 17 00:00:00 2001
+From: Prasanth Ullattil <prasanth.ullattil@nokia.com>
+Date: Tue, 29 Mar 2011 15:44:10 +0200
+Subject: [PATCH] Fix the target for QtUiTools debug on Mac
+
+---
+ qtbase/src/uitools/uitools.pro | 2 --
+ 1 files changed, 0 insertions(+), 2 deletions(-)
+
+diff --git a/qtbase/src/uitools/uitools.pro b/qtbase/src/uitools/uitools.pro
+index 2a1f6ed..32c4501 100644
+--- a/qtbase/src/uitools/uitools.pro
++++ b/qtbase/src/uitools/uitools.pro
+@@ -44,5 +44,3 @@ unix|win32-g++* {
+ QMAKE_PKGCONFIG_DESTDIR = pkgconfig
+ QMAKE_PKGCONFIG_REQUIRES += QtXml
+ }
+-
+-TARGET = $$qtLibraryTarget($$TARGET$$QT_LIBINFIX) #do this towards the end
+--
+1.7.4
+