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

QT += widgets widgets-private
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