tests/auto/qfilesystemmodel/qfilesystemmodel.pro
changeset 0 1918ee327afb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/auto/qfilesystemmodel/qfilesystemmodel.pro	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,16 @@
+CONFIG += qttest_p4
+
+QT = core gui
+
+SOURCES		+= tst_qfilesystemmodel.cpp
+TARGET		= tst_qfilesystemmodel
+
+symbian: {
+    HEADERS += ../../../include/qtgui/private/qfileinfogatherer_p.h
+
+    # need to deploy something to create the private directory
+    dummyDeploy.sources = tst_qfilesystemmodel.cpp
+    dummyDeploy.path = .
+    DEPLOYMENT += dummyDeploy
+    LIBS += -lefsrv
+}