diff options
author | axis <qt-info@nokia.com> | 2011-03-22 13:20:53 +0100 |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-04-27 12:06:02 +0200 |
commit | fabae614c7691d9141db0d7a0b4052070e0ad720 (patch) | |
tree | 1e3a398a9323ba742d726771f93f822548122a37 /examples/designer | |
parent | 064ad047c61824c6d7e5da942888f8126a28754b (diff) | |
download | qttools-fabae614c7691d9141db0d7a0b4052070e0ad720.tar.gz |
Introduced the QT.<module>.plugins variable to module profiles.
Diffstat (limited to 'examples/designer')
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/designer/containerextension/containerextension.pro b/examples/designer/containerextension/containerextension.pro index 32785ab72..1c3cfd785 100644 --- a/examples/designer/containerextension/containerextension.pro +++ b/examples/designer/containerextension/containerextension.pro @@ -5,7 +5,7 @@ TARGET = $$qtLibraryTarget($$TARGET) #! [1] CONFIG += designer plugin #! [1] -QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer +DESTDIR = $$QT.designer.plugins/designer #! [2] HEADERS += multipagewidget.h \ diff --git a/examples/designer/customwidgetplugin/customwidgetplugin.pro b/examples/designer/customwidgetplugin/customwidgetplugin.pro index ae855323d..450a8a64c 100644 --- a/examples/designer/customwidgetplugin/customwidgetplugin.pro +++ b/examples/designer/customwidgetplugin/customwidgetplugin.pro @@ -5,7 +5,7 @@ TARGET = $$qtLibraryTarget($$TARGET) #! [2] TEMPLATE = lib #! [1] #! [2] -QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer +DESTDIR = $$QT.designer.plugins/designer #! [3] HEADERS = analogclock.h \ diff --git a/examples/designer/taskmenuextension/taskmenuextension.pro b/examples/designer/taskmenuextension/taskmenuextension.pro index aa5720792..51a1716f2 100644 --- a/examples/designer/taskmenuextension/taskmenuextension.pro +++ b/examples/designer/taskmenuextension/taskmenuextension.pro @@ -5,7 +5,7 @@ TARGET = $$qtLibraryTarget($$TARGET) #! [1] CONFIG += designer plugin #! [1] -QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer +DESTDIR = $$QT.designer.plugins/designer #! [2] HEADERS += tictactoe.h \ diff --git a/examples/designer/worldtimeclockplugin/worldtimeclockplugin.pro b/examples/designer/worldtimeclockplugin/worldtimeclockplugin.pro index fa77d8626..bf9c869eb 100644 --- a/examples/designer/worldtimeclockplugin/worldtimeclockplugin.pro +++ b/examples/designer/worldtimeclockplugin/worldtimeclockplugin.pro @@ -5,7 +5,7 @@ TARGET = $$qtLibraryTarget($$TARGET) #! [1] TEMPLATE = lib #! [1] -QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer +DESTDIR = $$QT.designer.plugins/designer #! [2] HEADERS = worldtimeclock.h \ |