diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2010-11-30 14:21:12 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2010-11-30 14:59:35 (GMT) |
commit | 173e6954e13871606a685229af279a2038f9d939 (patch) | |
tree | 7dfb205e18ba38b41bceed24c6a36187fab811a1 /tests/auto/qdir | |
parent | 1555eed6c27a843e0ecb09c15a915c0a3f76fd1e (diff) | |
download | Qt-173e6954e13871606a685229af279a2038f9d939.zip Qt-173e6954e13871606a685229af279a2038f9d939.tar.gz Qt-173e6954e13871606a685229af279a2038f9d939.tar.bz2 |
Fix compile error for qdir autotest on symbian3
Header file is in a different location compared to previous SDK versions
Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'tests/auto/qdir')
-rw-r--r-- | tests/auto/qdir/qdir.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qdir/qdir.pro b/tests/auto/qdir/qdir.pro index 55fd031..472e646 100644 --- a/tests/auto/qdir/qdir.pro +++ b/tests/auto/qdir/qdir.pro @@ -16,6 +16,7 @@ wince* { TARGET.UID3 = 0xE0340002 DEFINES += SYMBIAN_SRCDIR_UID=$$lower($$replace(TARGET.UID3,"0x","")) LIBS += -lefsrv + INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE } else { contains(QT_CONFIG, qt3support):QT += qt3support DEFINES += SRCDIR=\\\"$$PWD/\\\" |