summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfileinfo/qfileinfo.pro
blob: ef5ed22a30940b6a707632036768344a6cc5ff22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
    }

# support for running test from shadow build directory
wince* {
    DEFINES += SRCDIR=\\\"\\\"
} else:symbian {
    # do not define SRCDIR at all
} else {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}