aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/v8/README
Commit message (Collapse)AuthorAgeFilesLines
* Don't build V8 as a static libraryKent Hansen2011-07-261-0/+1
In the future, we'll need to be able to export the V8 symbols from the QtDeclarative library, which requires compiling V8 straight in. It's not possible to achieve this using a static library. Change-Id: Ie9e31984d2c03639a311cef11ddd33ba0aa15fd9 Reviewed-on: http://codereview.qt.nokia.com/2187 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>