summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfiledialog/qfiledialog.pro
blob: c58dc0d5e761aaad6386654568324f196424f72b (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
############################################################
# Project file for autotest for file qfiledialog.h
############################################################

load(qttest_p4)
QT += widgets widgets-private
QT += core-private gui-private
SOURCES += tst_qfiledialog.cpp

wince*|symbian {
    addFiles.files = *.cpp
    addFiles.path = .
    filesInDir.files = *.pro
    filesInDir.path = someDir
    DEPLOYMENT += addFiles filesInDir
}

symbian:TARGET.EPOCHEAPSIZE="0x100 0x1000000"
symbian:HEADERS += ../../../include/qtgui/private/qfileinfogatherer_p.h

wince* {
    DEFINES += SRCDIR=\\\"./\\\"
} else:symbian {
    TARGET.UID3 = 0xE0340003
    DEFINES += SYMBIAN_SRCDIR_UID=$$lower($$replace(TARGET.UID3,"0x",""))
} else {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}