phonebookengines/contactsmodel/tsrc/cntplsql_qt/ut_cntsqlsearch.pro
changeset 46 efe85016a067
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phonebookengines/contactsmodel/tsrc/cntplsql_qt/ut_cntsqlsearch.pro	Wed Jun 23 18:02:44 2010 +0300
@@ -0,0 +1,54 @@
+#                                                                    
+# 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:                                                        
+#                                                                     
+#
+TEMPLATE = app
+TARGET = 
+QT += testlib
+CONFIG += hb
+
+
+DEPENDPATH += .
+INCLUDEPATH += ./
+INCLUDEPATH += ./inc
+INCLUDEPATH += ../../inc
+INCLUDEPATH += ../../../cntplsql/inc/
+INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
+INCLUDEPATH += $$SYMBIAN_PATHS
+INCLUDEPATH += /orbit/include
+
+SOURCES += 		$$SYMBIAN_HEADERS \
+				ut_cntsqlsearch.cpp\			
+        		../../cntplsql/src/cntsqlsearch.cpp\
+				../../cntplsql/src/cpcskeymap.cpp\
+				../../cntplsql/src/cqwertykeymap.cpp\
+				../../cntplsql/src/c12keykeymap.cpp
+
+# Input
+HEADERS += 		$$SYMBIAN_SOURCES \
+				ut_cntsqlsearch.h\
+        		../../cntplsql/inc/cntsqlsearch.h\
+        		../../cntplsql/inc/cpcskeymap.h\
+        		../../cntplsql/inc/cqwertykeymap.h\
+        		../../cntplsql/inc/c12keykeymap.h
+        		
+symbian: {
+    TARGET.UID2 = 0x100039CE
+    TARGET.UID3 = 0xEb768fff
+    TARGET.CAPABILITY = ALL -TCB
+    TARGET.EPOCALLOWDLLDATA = 1
+    LIBS += -lxqservice  -lxqserviceutil
+}
+