summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfileinfo/qfileinfo.pro
blob: c3be825fcd4986f17aaf57a089ac101f442b25ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
load(qttest_p4)
SOURCES  += tst_qfileinfo.cpp

QT = core


RESOURCES      += qfileinfo.qrc

wince*:|symbian*: {
    deploy.sources += qfileinfo.qrc tst_qfileinfo.cpp
    res.sources = resources\file1 resources\file1.ext1 resources\file1.ext1.ext2
    res.path = resources
    DEPLOYMENT = deploy res
}

symbian {
    TARGET.CAPABILITY=AllFiles
    LIBS *= -lefsrv
    }