diff options
author | Thomas Hartmann <Thomas.Hartmann@nokia.com> | 2009-08-13 13:55:57 (GMT) |
---|---|---|
committer | Thomas Hartmann <Thomas.Hartmann@nokia.com> | 2009-08-13 13:55:57 (GMT) |
commit | 1e6e479037670518630b3c234bd47ed39fa08dd2 (patch) | |
tree | aba7aba57d358135d4f8f58a583c359206ef717d /tests/auto/qhelpcontentmodel | |
parent | b4db217bf195bda7ade32bda79be65b5d31e1c0e (diff) | |
download | Qt-1e6e479037670518630b3c234bd47ed39fa08dd2.zip Qt-1e6e479037670518630b3c234bd47ed39fa08dd2.tar.gz Qt-1e6e479037670518630b3c234bd47ed39fa08dd2.tar.bz2 |
fixing autotests for Windows CE (deployment - QHelp)
Task-number: 214990
Reviewed-by: Joerg
Diffstat (limited to 'tests/auto/qhelpcontentmodel')
-rw-r--r-- | tests/auto/qhelpcontentmodel/tst_qhelpcontentmodel.pro | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/tests/auto/qhelpcontentmodel/tst_qhelpcontentmodel.pro b/tests/auto/qhelpcontentmodel/tst_qhelpcontentmodel.pro index 7cd8d51..889aac9 100644 --- a/tests/auto/qhelpcontentmodel/tst_qhelpcontentmodel.pro +++ b/tests/auto/qhelpcontentmodel/tst_qhelpcontentmodel.pro @@ -3,6 +3,20 @@ SOURCES += tst_qhelpcontentmodel.cpp CONFIG += help -DEFINES += SRCDIR=\\\"$$PWD\\\" DEFINES += QT_USE_USING_NAMESPACE !contains(QT_BUILD_PARTS, tools): DEFINES += QT_NO_BUILD_TOOLS + +wince*: { + DEFINES += SRCDIR=\\\"./\\\" + QT += network + addFiles.sources = $$PWD/data/*.* + addFiles.path = data + clucene.sources = $$QT_BUILD_TREE/lib/QtCLucene*.dll + + DEPLOYMENT += addFiles + DEPLOYMENT += clucene + + DEPLOYMENT_PLUGIN += qsqlite +} else { + DEFINES += SRCDIR=\\\"$$PWD\\\" +}
\ No newline at end of file |