summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Collapse)AuthorAgeFilesLines
* compile mkv8snapshot in host modeOswald Buddenhagen2012-06-132-14/+5
| | | | | | | this permits actually using it for x-compiles Change-Id: Id89e53cf2394e6f6773e2b06946769d4951eae80 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* build system cleanupsOswald Buddenhagen2012-06-131-2/+0
| | | | | | | | | | | | | - load(qt_module) => load(qt_build_config) - remove: - CONFIG+=module (obsolete) - code relating to module version headers (automated now) - %mastercontent assignment (automated now) - pointless QPRO_PWD assignments - qmake -project boilerplate Change-Id: I7b2cd36920a2b56bf745965a8a682d85af3ed48e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Re-enable snapshots for non-cross-compiled buildsKent Hansen2012-05-151-1/+1
| | | | | | | | | | | | | This reverts commit 9a006574a7036d0d47b359dcf2598860ddbfa399. Since commit 3c47b52bd37488d41a3ad068de7976c838b7d63c in qtbase ("Add cross_compile to qconfig.pri for global advertising"), the cross_compile variable is available to modules outside of qtbase again, so we can use it. Change-Id: I2797d75af362cea02cfda519ea772d610e504da4 Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@nokia.com>
* Disable snapshotsKent Hansen2012-03-091-1/+1
| | | | | | | | | | | | | Back when v8 lived in qtbase, "cross_compile" would evaluate to true when cross-compiling. But now, inside the qtjsbackend module, "cross_compile" seems to evaluate to false always, which means that snapshots are erroneously turned on when building for arm (snapshots can't be built for arm due to QTBUG-23447). Disable snapshots until the cause of this issue has been found. Change-Id: If0c87ec82bf41e32bf4974b10028dcb7fa42b328 Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
* Add snapshot support for non-cross-compiled buildsKent Hansen2012-01-301-0/+3
| | | | | | | | | | Once qmake supports dynamic spec selection (QTBUG-23447), we can tell it to build mkv8snapshot as a host tool, and then remove the cross_compile guards from tools.pro and v8.pro. Change-Id: I016227e80ba8c5832bcca718b08a2b14dc3805e6 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
* Created QtJSBackend module.Simon Hausmann2012-01-051-0/+39
Imported src/v8, tools and tests from qtbase (1fdfc2abfe1fa26b86028934d4853432e25b4655) and added the necessary build system files to build it as a top-level Qt module. Change-Id: I0b784165157bfb031059f1528c1b3b2828284f6f