wirelessacc.pro
changeset 46 2fbd1d709fe7
parent 19 10810c91db26
--- a/wirelessacc.pro	Wed Jun 23 19:25:42 2010 +0300
+++ b/wirelessacc.pro	Tue Jul 06 15:29:22 2010 +0300
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 # All rights reserved.
 # This component and the accompanying materials are made available
 # under the terms of "Eclipse Public License v1.0"
@@ -12,14 +12,15 @@
 # Contributors:
 #
 # Description:
+# Qt project file for wirelessacc package.
 #
 
 TEMPLATE = subdirs
 
-SUBDIRS  += wlanutilities
-
 CONFIG += ordered
 
-symbian*: {
-    SYMBIAN_PLATFORMS = WINSCW ARMV5
-} 
+SUBDIRS += wlanutilities
+
+symbian {
+    BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include \"./group/bld.inf\""
+}