summaryrefslogtreecommitdiffstats
path: root/patches/0066-Made-ActiveQt-Designer-plugin-refer-to-right-source-.patch
blob: 1881b18e7401496ff1b3abff1ec11f26c59a2c61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
From 2256b18637703e9f63ab11dfd0605f913139f29e Mon Sep 17 00:00:00 2001
From: axis <qt-info@nokia.com>
Date: Thu, 27 Jan 2011 10:16:36 +0100
Subject: [PATCH] Made ActiveQt Designer plugin refer to right source location.

---
 .../src/designer/src/plugins/activeqt/activeqt.pro |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/qttools/src/designer/src/plugins/activeqt/activeqt.pro b/qttools/src/designer/src/plugins/activeqt/activeqt.pro
index f58df8a..d71e387 100644
--- a/qttools/src/designer/src/plugins/activeqt/activeqt.pro
+++ b/qttools/src/designer/src/plugins/activeqt/activeqt.pro
@@ -8,9 +8,10 @@ build_all:!build_pass {
     CONFIG += release
 }
 
-INCLUDEPATH += $$QT_SOURCE_TREE/src/activeqt/shared/ \
-               $$QT_BUILD_TREE/src/activeqt/container \
-               ../../lib/uilib
+INCLUDEPATH += $$QT.activeqt.sources/shared/ \
+               $$QT.activeqt.sources/container \
+               ../../lib/uilib \
+               $$QT.designer.includes
 
 # Input
 SOURCES += qaxwidgetextrainfo.cpp \
@@ -18,14 +19,14 @@ qaxwidgetplugin.cpp \
 qdesigneraxwidget.cpp \
 qaxwidgetpropertysheet.cpp \
 qaxwidgettaskmenu.cpp \
-    $$QT_SOURCE_TREE/src/activeqt/shared/qaxtypes.cpp
+    $$QT.activeqt.sources/shared/qaxtypes.cpp
 
 HEADERS += qaxwidgetextrainfo.h \
 qaxwidgetplugin.h \
 qdesigneraxwidget.h \
 qaxwidgetpropertysheet.h \
 qaxwidgettaskmenu.h \
-    $$QT_SOURCE_TREE/src/activeqt/shared/qaxtypes.h
+    $$QT.activeqt.sources/shared/qaxtypes.h
 
 # install
 target.path = $$[QT_INSTALL_PLUGINS]/designer
-- 
1.7.3.4