plugins/contacts/symbian/plugin/tsrc/tsrc.pro
changeset 0 876b1a06bc25
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/contacts/symbian/plugin/tsrc/tsrc.pro	Wed Aug 25 15:49:42 2010 +0300
@@ -0,0 +1,16 @@
+TEMPLATE = subdirs
+TARGET = 
+CONFIG += ordered
+
+include(../symbian_defines.pri)
+
+SUBDIRS += performance \
+           # tst_performance is commented out because of Versit compilation issues
+           #tst_performance \
+           tst_qcontactmanagersymbian \
+           ut_symbian
+#           tst_details
+
+!contains(DEFINES, SYMBIAN_BACKEND_USE_SQLITE) {
+   SUBDIRS += tst_cntfilteringdbms
+}
\ No newline at end of file