qtmobility/tests/auto/symbian/qcamera/qcamera.pro
changeset 1 2b40d63a9c3d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qtmobility/tests/auto/symbian/qcamera/qcamera.pro	Fri Apr 16 15:51:22 2010 +0300
@@ -0,0 +1,16 @@
+TARGET = tst_qcamera
+INCLUDEPATH += ../../../../src/multimedia \
+    ../../../../include
+CONFIG += testcase
+
+SOURCES += tst_qcamera.cpp
+
+include (../../../../common.pri)
+
+CONFIG += mobility
+MOBILITY = multimedia
+
+
+symbian {
+        TARGET.CAPABILITY = UserEnvironment WriteDeviceData
+}
\ No newline at end of file