Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QtDeclarative: make autotests compile on symbian | Shane Kearns | 2010-11-30 | 1 | -0/+9 |
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 |