blob: 4a6061c7ed93cb9c6b66de750ac697f4c85fda4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
From 3c9fa45c04290543f20e888d69a4b5b9e5a5d46b Mon Sep 17 00:00:00 2001
From: axis <qt-info@nokia.com>
Date: Mon, 24 Jan 2011 11:34:27 +0100
Subject: [PATCH] Added correct include paths for Designer plugins.
---
qttools/src/designer/src/plugins/plugins.pri | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/qttools/src/designer/src/plugins/plugins.pri b/qttools/src/designer/src/plugins/plugins.pri
index e5edfe2..e2fcfc4 100644
--- a/qttools/src/designer/src/plugins/plugins.pri
+++ b/qttools/src/designer/src/plugins/plugins.pri
@@ -6,3 +6,5 @@ contains(TEMPLATE, ".*lib"):TARGET = $$qtLibraryTarget($$TARGET)
# install
target.path = $$[QT_INSTALL_PLUGINS]/designer
INSTALLS += target
+
+INCLUDEPATH += $$QT.designer.includes
--
1.7.3.2.343.g7d43d
|