From a721b597fe434aa888463553ef00a808a7831ba6 Mon Sep 17 00:00:00 2001 From: axis 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.2.343.g7d43d