summaryrefslogtreecommitdiff
path: root/tests/auto/qfiledialog/qfiledialog.pro
blob: 28a11baf5cb89577be2d59950a084b05e7b39298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
############################################################
# Project file for autotest for file qfiledialog.h
############################################################

load(qttest_p4)

SOURCES += tst_qfiledialog.cpp

wince*: {
    addFiles.sources = *.cpp
    addFiles.path = .
    filesInDir.sources = *.pro
    filesInDir.path = someDir
    DEPLOYMENT += addFiles filesInDir
}