qtcontactsmobility/tests/auto/auto.pro
changeset 25 76a2435edfd4
parent 24 0ba2181d7c28
child 27 de1630741fbe
--- a/qtcontactsmobility/tests/auto/auto.pro	Fri Mar 19 09:27:18 2010 +0200
+++ b/qtcontactsmobility/tests/auto/auto.pro	Fri Apr 16 14:53:18 2010 +0300
@@ -10,7 +10,8 @@
            qservicefilter \
            qservicemanager \
            qabstractsecuritysession \
-           qservicecontext
+           qservicecontext \
+           icheck
 
 # servicedatabase is not compiled into the serviceframework library on symbian,
 # special handling is needed
@@ -69,7 +70,8 @@
 }
 
 contains(mobility_modules,contacts) {
-    SUBDIRS +=  qcontact \                      #Contacts
+    #Contacts
+    SUBDIRS +=  qcontact \
             qcontactactions \
             qcontactasync \
             qcontactdetail \
@@ -80,6 +82,19 @@
             qcontactmanagerplugins \
             qcontactmanagerfiltering \
             qcontactrelationship
+
+    SUBDIRS +=  qcontact_deprecated \
+            qcontactactions_deprecated \
+            qcontactasync_deprecated \
+            qcontactdetail_deprecated \
+            qcontactdetaildefinition_deprecated \
+            qcontactdetails_deprecated \
+            qcontactfilter_deprecated \
+            qcontactmanager_deprecated \
+            qcontactmanagerplugins_deprecated \
+            qcontactmanagerfiltering_deprecated \
+            qcontactrelationship_deprecated
+
 }
 
 contains(mobility_modules,versit) {
@@ -87,6 +102,7 @@
     SUBDIRS += \
             qvcard21writer \
             qvcard30writer \
+            qversit \
             qversitcontactexporter \
             qversitcontactimporter \
             qversitdocument \
@@ -112,14 +128,25 @@
         qmediaserviceprovider \
         qmediacontent \
         qradiotuner \
-        qvideowidget
+        qvideowidget \
+        qmediatimerange
 
     contains(QT_CONFIG, multimedia) {
         SUBDIRS += \
                 qgraphicsvideoitem \
                 qpaintervideosurface
 
-}
+    }
+
+    symbian: {
+        #symbian spesific autotests
+        SUBDIRS += symbian 
+        SUBDIRS -= \
+                qcamera \
+                qmediaplayer \
+                qradiotuner \
+                qmediaobject
+    }
 }
 #Messaging
 contains(mobility_modules,messaging) {