From fb7c120112d944577a8ce566a72d20e9109768bb Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Thu, 3 Sep 2009 12:44:58 +0300 Subject: Removed incorrect contains(QT_CONFIG, network) check from demos. There is no network value for QT_CONFIG; apparently network is always built, so removed the check for it. Task-number: 260734 Reviewed-by: Ariya Hidayat --- demos/embedded/embedded.pro | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/demos/embedded/embedded.pro b/demos/embedded/embedded.pro index 3d814f7..5bd3276 100644 --- a/demos/embedded/embedded.pro +++ b/demos/embedded/embedded.pro @@ -7,12 +7,10 @@ contains(QT_CONFIG, svg) { !vxworks:!qnx:SUBDIRS += fluidlauncher } -contains(QT_CONFIG, network) { - SUBDIRS += lightmaps - SUBDIRS += flightinfo - contains(QT_CONFIG, svg) { - SUBDIRS += weatherinfo - } +SUBDIRS += lightmaps +SUBDIRS += flightinfo +contains(QT_CONFIG, svg) { + SUBDIRS += weatherinfo } contains(QT_CONFIG, webkit) { -- cgit v0.12