summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qfileinfo/qfileinfo.pro
blob: 42a045dc237a31c2909f6270bed2167077b6d67f (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
CONFIG += testcase
TARGET = tst_qfileinfo
SOURCES  += tst_qfileinfo.cpp

QT = core-private testlib


RESOURCES      += qfileinfo.qrc

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

win32*:LIBS += -ladvapi32 -lnetapi32

# support for running test from shadow build directory
wince* {
    DEFINES += SRCDIR=\\\"\\\"
} else {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}

CONFIG += parallel_test