From a4878eda8852cfe2306b2c21bb64b399b8f3b3d8 Mon Sep 17 00:00:00 2001 From: Jason Barron Date: Fri, 10 Jul 2009 17:22:21 +0200 Subject: Fix plugins properly. The 'else' block is not the correct place to add the s60 subdir because this will also build the plugin for other non-unix platforms which is not correct. It should be built on symbian. --- src/plugins/plugins.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro index a44acb5..76056a32 100644 --- a/src/plugins/plugins.pro +++ b/src/plugins/plugins.pro @@ -4,9 +4,10 @@ SUBDIRS *= accessible imageformats sqldrivers iconengines script unix:!symbian { contains(QT_CONFIG,iconv)|contains(QT_CONFIG,gnu-libiconv):SUBDIRS *= codecs } else { - SUBDIRS *= codecs s60 + SUBDIRS *= codecs } !embedded:SUBDIRS *= graphicssystems embedded:SUBDIRS *= gfxdrivers decorations mousedrivers kbddrivers !win32:!embedded:!mac:!symbian:SUBDIRS *= inputmethods +symbian:SUBDIRS += s60 contains(QT_CONFIG, phonon): SUBDIRS *= phonon -- cgit v0.12