summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Mickos <ext-roy.mickos@nokia.com>2012-05-02 15:32:23 +0300
committerPasi Pentikäinen <ext-pasi.a.pentikainen@nokia.com>2012-05-07 11:17:47 +0200
commit77f5182a72fca2ac673dcb50be302d14445be668 (patch)
treef92571a66b0bb37b5cac327e3b8ae80cafa901f4
parent086be375535d60470c98587f93ef2387c27d8961 (diff)
Add missing colon to tests/auto/auto.pro
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 <ext-pasi.a.pentikainen@nokia.com> (cherry picked from commit b14450aeb393acd6c951241d073947a178ccbc36)
-rw-r--r--tests/auto/auto.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index c67724958e..161de03f0e 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