phonebookengines/cntactions/tsrc/mt_cntactions/mt_cntactions.pro
changeset 46 efe85016a067
parent 40 b46a585f6909
child 72 6abfb1094884
--- a/phonebookengines/cntactions/tsrc/mt_cntactions/mt_cntactions.pro	Fri Jun 11 13:29:23 2010 +0300
+++ b/phonebookengines/cntactions/tsrc/mt_cntactions/mt_cntactions.pro	Wed Jun 23 18:02:44 2010 +0300
@@ -17,7 +17,7 @@
 TEMPLATE = app
 TARGET = 
 
-QT += testlib
+QT += testlib sql xml
 CONFIG  += qtestlib
 #DEFINES += PBK_UNIT_TEST
 
@@ -26,14 +26,19 @@
 
 symbian:
 {
-	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
+	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
 	
 	# Input
-	HEADERS += mt_cntactions.h 
+	HEADERS += testrunner.h
+	HEADERS += mt_cntactions.h
+	
+	SOURCES += main.cpp
+	SOURCES += testrunner.cpp
 	SOURCES += mt_cntactions.cpp
 	
 	TARGET.CAPABILITY = ALL -TCB
   
   LIBS += -lQtContacts 
+  
 }