tests/auto/qfilesystemmodel/qfilesystemmodel.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 CONFIG += qttest_p4
       
     2 
       
     3 QT = core gui
       
     4 
       
     5 SOURCES		+= tst_qfilesystemmodel.cpp
       
     6 TARGET		= tst_qfilesystemmodel
       
     7 
       
     8 symbian: {
       
     9     HEADERS += ../../../include/qtgui/private/qfileinfogatherer_p.h
       
    10 
       
    11     # need to deploy something to create the private directory
       
    12     dummyDeploy.sources = tst_qfilesystemmodel.cpp
       
    13     dummyDeploy.path = .
       
    14     DEPLOYMENT += dummyDeploy
       
    15     LIBS += -lefsrv
       
    16 }