From b14450aeb393acd6c951241d073947a178ccbc36 Mon Sep 17 00:00:00 2001 From: Roy Mickos Date: Wed, 2 May 2012 15:32:23 +0300 Subject: Add missing colon to tests/auto/auto.pro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The pro file has a missing colon in the last line regarding help.pro. Although the intent was to exclude it from symbian compilation, the missing colon caused that it was dropped from all platforms. This fix will bring it back, while still excluding it from symbian. Change-Id: I3cf05505d969182556458272cf10bc8847476468 Reviewed-by: Pasi Pentikäinen --- tests/auto/auto.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index c677249..161de03 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -19,5 +19,5 @@ contains(QT_CONFIG, multimedia): SUBDIRS += multimedia.pro contains(QT_CONFIG, phonon): SUBDIRS += phonon.pro contains(QT_CONFIG, svg): SUBDIRS += svg.pro contains(QT_CONFIG, declarative): SUBDIRS += declarative.pro -!symbian SUBDIRS += help.pro +!symbian: SUBDIRS += help.pro -- cgit v0.12