From fe5e7315608d307a7c157baaf9a702bd3c733ca8 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 3 Apr 2012 20:59:13 +0200 Subject: remove pointless qmltest conditionals it is a module within this repository, and consequently the flag is always set. Change-Id: I8ffdd6903b1b0835725b824a9deb961d0124ce11 Reviewed-by: Alan Alpert --- examples/examples.pro | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'examples/examples.pro') diff --git a/examples/examples.pro b/examples/examples.pro index d3d2f5520f..5af19010c7 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,3 +1,11 @@ TEMPLATE = subdirs -SUBDIRS += demos shared localstorage particles qml quick tutorials window -contains(QT_CONFIG, qmltest): SUBDIRS += qmltest +SUBDIRS += \ + demos \ + shared \ + localstorage \ + particles \ + qml \ + quick \ + tutorials \ + window \ + qmltest -- cgit v1.2.3