harvester/contentinfodb/tsrc/t_contentinfodb/t_contentinfodb.pro
changeset 23 d4d56f5e7c55
child 24 65456528cac2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/harvester/contentinfodb/tsrc/t_contentinfodb/t_contentinfodb.pro	Tue Oct 05 13:15:12 2010 +0530
@@ -0,0 +1,48 @@
+#
+# Copyright (c) 2009 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"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:  Search stateprovider unit test project file
+#
+
+TEMPLATE = app
+
+
+DEFINES += CONTENTINFODB_UNITTESTING
+DEFINES += BUILD_CONTENTINFODB
+    
+INCLUDEPATH += . 
+INCLUDEPATH += ../../inc\
+              ../../src 
+              
+
+
+CONFIG += qtestlib 
+CONFIG += hb
+
+QT += xml \
+      sql
+
+
+symbian { 
+#CONFIG += symbian_test     
+TARGET.UID2 = 0x100039CE
+TARGET.UID3 = 0x20029B36
+TARGET.CAPABILITY = ALL -TCB -DRM
+TARGET.EPOCSTACKSIZE = 0x14000 // 80kB
+TARGET.EPOCHEAPSIZE = 0x20000 0x800000 // 128kB - 16MB
+INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
+INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
+}
+
+include(t_contentinfodb.pri)
+