diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2010-11-29 17:45:12 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2010-11-30 14:55:16 (GMT) |
commit | 1555eed6c27a843e0ecb09c15a915c0a3f76fd1e (patch) | |
tree | f9f5a1e4545b0c6a6f5bf1ed39aaae5e6ee707ee /tests/auto/declarative/examples/examples.pro | |
parent | f417baad9235e90b5e9aae2fd06d664635c68bec (diff) | |
download | Qt-1555eed6c27a843e0ecb09c15a915c0a3f76fd1e.zip Qt-1555eed6c27a843e0ecb09c15a915c0a3f76fd1e.tar.gz Qt-1555eed6c27a843e0ecb09c15a915c0a3f76fd1e.tar.bz2 |
QtDeclarative: make autotests compile on symbian
Move tests for private classes inside private_tests scope
Add missing libraries
Add QT_NO_CONCURRENT ifdef around a test case
Define Q_DECLARATIVE_PRIVATE_EXPORT as Q_AUTOTEST_EXPORT,
so the classes are exported for autotests, previously
they were exported on every OS except symbian.
(this doesn't affect exports for production builds)
Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'tests/auto/declarative/examples/examples.pro')
-rw-r--r-- | tests/auto/declarative/examples/examples.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/declarative/examples/examples.pro b/tests/auto/declarative/examples/examples.pro index 97f02af..dafc146 100644 --- a/tests/auto/declarative/examples/examples.pro +++ b/tests/auto/declarative/examples/examples.pro @@ -6,6 +6,8 @@ SOURCES += tst_examples.cpp include(../../../../tools/qml/qml.pri) +include(../symbianlibs.pri) + symbian: { importFiles.files = data importFiles.path = . |