diff options
Diffstat (limited to 'tests/auto/qfiledialog/qfiledialog.pro')
-rw-r--r-- | tests/auto/qfiledialog/qfiledialog.pro | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/qfiledialog/qfiledialog.pro b/tests/auto/qfiledialog/qfiledialog.pro new file mode 100644 index 0000000..28a11ba --- /dev/null +++ b/tests/auto/qfiledialog/qfiledialog.pro @@ -0,0 +1,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 +} |