summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfilesystemmodel/qfilesystemmodel.pro
blob: ab121306e31be915744cb680482d66f8660b2aec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CONFIG += qttest_p4

QT = core-private 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.files = tst_qfilesystemmodel.cpp
    dummyDeploy.path = .
    DEPLOYMENT += dummyDeploy
    LIBS += -lefsrv
}