From ecb2c0c24cc1ce61d4252debd9e7beffe59d0681 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 18 Apr 2013 11:23:33 +0200 Subject: [PATCH] fix processing order for qmake -r the plugandpaint example statically links to one of the plugins, so there is a build-time dependency. Change-Id: I9c77b5641028e6b958ceeea56c606bda59f396b4 Reviewed-by: Joerg Bornemann --- examples/widgets/tools/tools.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/widgets/tools/tools.pro b/examples/widgets/tools/tools.pro index b5d52356f9..7178411110 100644 --- a/examples/widgets/tools/tools.pro +++ b/examples/widgets/tools/tools.pro @@ -5,8 +5,8 @@ SUBDIRS = \ customcompleter \ echoplugin \ i18n \ - plugandpaint \ plugandpaintplugins \ + plugandpaint \ regexp \ settingseditor \ styleplugin \