summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qdir/qdir.pro
blob: fc266a2a971eb02eff3545fbc053b1c7e0ce9a76 (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
load(qttest_p4)
SOURCES   += tst_qdir.cpp
RESOURCES += qdir.qrc
QT        = core

wince*|symbian {
  DirFiles.files = testdir testData searchdir resources entrylist types tst_qdir.cpp
  DirFiles.path = .
  DEPLOYMENT += DirFiles
}

wince* {
  DEFINES += SRCDIR=\\\"\\\"
} else:symbian {
  TARGET.CAPABILITY += AllFiles
  TARGET.UID3 = 0xE0340002
  DEFINES += SYMBIAN_SRCDIR_UID=$$lower($$replace(TARGET.UID3,"0x",""))
  LIBS += -lefsrv
  INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
} else {
  DEFINES += SRCDIR=\\\"$$PWD/\\\"
}

CONFIG += parallel_test