diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-09-09 15:45:45 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-09-09 15:51:31 (GMT) |
commit | bd599aa2f53a26501c26ed6dd020e237646ca721 (patch) | |
tree | 3f454797c84930a554430d6925610795b66c53b3 /tests | |
parent | 5c27ebfcb4529199fc8488de708a3d281d205b17 (diff) | |
download | Qt-bd599aa2f53a26501c26ed6dd020e237646ca721.zip Qt-bd599aa2f53a26501c26ed6dd020e237646ca721.tar.gz Qt-bd599aa2f53a26501c26ed6dd020e237646ca721.tar.bz2 |
tests/auto/qfiledialog/qfiledialog.pro fixed
Reviewed-by: thartman
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qfiledialog/qfiledialog.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qfiledialog/qfiledialog.pro b/tests/auto/qfiledialog/qfiledialog.pro index 058acc5..2b87cf1 100644 --- a/tests/auto/qfiledialog/qfiledialog.pro +++ b/tests/auto/qfiledialog/qfiledialog.pro @@ -6,7 +6,7 @@ load(qttest_p4) SOURCES += tst_qfiledialog.cpp -wince*|symbian: { +wince*|symbian { addFiles.sources = *.cpp addFiles.path = . filesInDir.sources = *.pro @@ -17,9 +17,9 @@ wince*|symbian: { symbian:TARGET.EPOCHEAPSIZE="0x100 0x1000000" symbian:HEADERS += ../../../include/qtgui/private/qfileinfogatherer_p.h -wince*: { +wince* { DEFINES += SRCDIR=\\\"./\\\" -} symbian: { +} else:symbian { TARGET.UID3 = 0xE0340003 DEFINES += SYMBIAN_SRCDIR_UID=$$lower($$replace(TARGET.UID3,"0x","")) } else { |