summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdir/qdir.pro
blob: 404a1374fe4d9573d899bd791e2e9fec91a8fd41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
load(qttest_p4)
SOURCES  += tst_qdir.cpp
RESOURCES      += qdir.qrc
wince*:{
  DirFiles.sources = testdir testdata searchdir resources unprintablenames entrylist types tst_qdir.cpp
  DirFiles.path = .
  DEPLOYMENT += DirFiles

  QT = core
  DEFINES += SRCDIR=\\\"\\\"
} else {
  QT = core
  contains(QT_CONFIG, qt3support):QT += qt3support
  DEFINES += SRCDIR=\\\"$$PWD/\\\"
}