aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/testlib/testlib.pro
Commit message (Collapse)AuthorAgeFilesLines
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-1/+1
| | | | | | | | | | | | This replaces the dependency to QtScript with two new builtin classes QJSValue and QJSEngine. This is still work in progress, development continues now in the master branch. Change-Id: I7f5487feb45c972f25a22b10cc81b9218b9805de Reviewed-on: http://codereview.qt.nokia.com/2299 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
* Fixed compile (for certain configurations)Rohan McGovern2011-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | This project tried to use libQtTest, but omitted `QT+=testlib'. In most configurations, this didn't matter, because: - for includes, QtQuickTest has copied the content of some QtTest headers, instead of #including them, so the bad INCLUDEPATH went unnoticed - for libraries, libQtTest would be pulled in implicitly either via .prl files or via the system's linker, so the bad LIBS went unnoticed Change-Id: Ie3286718789758bfb80f6832aac7c08bdd85212a Reviewed-on: http://codereview.qt.nokia.com/1812 Reviewed-by: Jonni Rainisto <jonni.rainisto@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
* get the caller file & line number from v8 stack trace.Charles Yin2011-06-231-1/+1
| | | | Change-Id: I0ffebd2d22702bc14e1629b8bc0455a9cf8ea416
* fix shadow build errorCharles Yin2011-05-301-0/+4
| | | | Change-Id: I68c8edac98389c487c1ac09bb74d43fdeb85cdc3
* Compile fix.Kim Motoyoshi Kalland2011-05-301-4/+0
|
* copy other .qml .js files during build timeCharles Yin2011-05-301-4/+21
| | | | Change-Id: I08db54c7cd5d2ae7bbad28440cc36f6332a190c9
* Integrate QtQuickTest into QtCharles Yin2011-05-201-0/+29
Change-Id: I558821c0dec9166ea1d0d2e1e2f889553c436316 Task-number:QTBUG-16082