summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfilesystemmodel/qfilesystemmodel.pro
blob: 88ff56cebf0885899920ac1ef3047645ca9ac95b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}

CONFIG+=insignificant_test