diff options
Diffstat (limited to 'tests/auto/qxmlsimplereader/qxmlsimplereader.pro')
-rw-r--r-- | tests/auto/qxmlsimplereader/qxmlsimplereader.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qxmlsimplereader/qxmlsimplereader.pro b/tests/auto/qxmlsimplereader/qxmlsimplereader.pro index e7e8007..bfdec58 100644 --- a/tests/auto/qxmlsimplereader/qxmlsimplereader.pro +++ b/tests/auto/qxmlsimplereader/qxmlsimplereader.pro @@ -12,8 +12,8 @@ QT += network xml QT -= gui -wince*: { +wince*|symbian*: { addFiles.sources = encodings parser xmldocs addFiles.path = . DEPLOYMENT += addFiles -}
\ No newline at end of file +} |