aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
Commit message (Collapse)AuthorAgeFilesLines
* sort subdirs by dependenciesOswald Buddenhagen2012-04-111-25/+24
| | | | | | | | | not just using $$sort_depends(), so that the independent modules are still sorted more or less logically. Change-Id: I0c9630e338395997f7ee3cb40ef3028b8754af11 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Add required dependencies for wayland moduleMarius Storm-Olsen2012-03-221-1/+1
| | | | | Change-Id: I3ca4e23052f93a57466045af1f76b3a36a7e2231 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
* Only add dependency to qtactiveqt if it's availableMarius Storm-Olsen2012-03-211-2/+4
| | | | | | | | | Don't need to be platform specific about it. Change-Id: I3ca981ec03b977961afaa18f09cde10b8b99c64e Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* QtSVG: Add dependency to declarative and quick1 if qtsvg is available.Toby Tomkins2012-03-131-1/+6
| | | | | | | | | | Currently there is a soft dependency on qtsvg that causes a build of qt5 to have unknown build order for qtsvg and other modules. This change makes it a hard dependency if the qtsvg module is available. Change-Id: Ic58a63f3f5f1d813ba832455c1ad3af41599926b Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
* Don't try to compile wayland on Windows or Mac, even if checked outMarius Storm-Olsen2012-03-081-1/+1
| | | | | Change-Id: Ie66430e661b54aea4d17eb6e2e0fb7a351d62d97 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Added new module, qtgraphicaleffects.Sergio Ahumada2012-03-031-0/+7
| | | | | | | Not yet enabled by default. Change-Id: I96d770c504281c8e6bb452d6742ea555c1c7405c Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
* QtLocation: Add hard dependency on qtjsondb to qtlocation.Toby Tomkins2012-03-011-1/+1
| | | | | | | | | | Currently there is a soft dependency on qtjsondb. This change makes it a hard dependency. Change-Id: Iba29c91093c3c6c67c4121f6f220e62686708040 Reviewed-by: abcd <amos.choy@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Fixed incorrect dependencies for qttoolsRohan McGovern2012-02-151-1/+1
| | | | | | | qttools uses both qtquick1 and qtdeclarative. Change-Id: I3ec8ef3d770b029bec865a67aaaad3eb9db464d5 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Add the QtQuick1 module.Andrew den Exter2012-02-091-2/+7
| | | | | Change-Id: I3afda68e1fa1dad4e264cea6e5afbd73d858c547 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Add qtimageformats module to Qt5.Toby Tomkins2012-01-311-0/+5
| | | | | | Change-Id: Ie168a1a450b8090d4aa934a21e991c67683ef5de Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Remove QtQuick3D repository references from Qt5.Toby Tomkins2012-01-251-7/+0
| | | | | | | | | | | | | | | Qt3D had temporarily resided in the Qt5 repository under qtquick3d. There is now a qt3d submodule which is compiling and testing correctly. Qt5 had previously removed support for building the qtquick3d submodule by default. This commit is the final step in cleaning up the previous version. Task-number: QTBUG-22098 Change-Id: I39fdbd7c58a0076c288d8c0570e892b5d0df4ff9 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Danny Pope <daniel.pope@nokia.com>
* Qt5: Enable compilation of qtjsondb by default.Jyri Tahtela2012-01-201-3/+7
| | | | | | | | | Dependency to other modules (qtpim, qtdocgallery, qtsystems) is defined if qtjsondb is checked out. Change-Id: I0e0abc8d30733b9d7c1fdc666cd064fe6809442a Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Switch default builds from qtquick3d repo to qt3d repoRohan McGovern2012-01-181-3/+3
| | | | | | | | | | | | | Disable qtquick3d by default and enable qt3d by default. Make qtlocation depend on qt3d instead of qtquick3d. qtquick3d still exists for now, and can be explicitly compiled if necessary. Change-Id: If1013a9361b17421217beffd2dc1864c5e8502f3 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Laing <david.laing@nokia.com> Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
* Added missing SUBDIRS+=module_qtjsbackendRohan McGovern2012-01-101-0/+1
| | | | | | | | Module cannot be compiled without this. Change-Id: I1ea3bd6f21b389db0c758abebd6e851a77a1d682 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
* Added qtjsbackend moduleSimon Hausmann2012-01-101-1/+5
| | | | | | Change-Id: I179a5714a12144e6815d931fef9fbfcedee6c93f Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Updated WebKit importSimon Hausmann2012-01-091-1/+1
| | | | | | | | | | | | | | The repository pointed at is now significantly smaller and contains a snapshot of WebKit only, excluding content like layout tests or their platform specific results. In addition the phonon dependency in qt.pro has been removed from WebKit, as it is not accurate. Change-Id: Ic2721435a6ce2328d11c1a8f5d9ce1881fc8ebb3 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Added new gitmodule `qt3d'Rohan McGovern2011-12-191-1/+8
| | | | | | | | | To replace qtquick3d. This commit introduces qt3d, a follow-up commit will remove qtquick3d. Change-Id: I3d1b46e7e1e32960351f02ec22a6e555203f988a Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Remove spurious dep on qtscriptSarah Smith2011-12-061-1/+1
| | | | | | | | | | At one time qtscript was required, but no longer. In any case it builds fine without. Change-Id: I43a3862673a4db4ef7145056101b2c7639dd2c3f Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Laing <david.laing@nokia.com>
* QtJsonDb doesn't depend on QtSvg.Xizhi Zhu2011-11-171-1/+1
| | | | | | | Change-Id: I2491bc7401070763083a5f36c49ede1525626601 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jamey Hicks <jamey.hicks@nokia.com> Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
* Added new module, qtjsondb.Sergio Ahumada2011-10-311-0/+7
| | | | | | | | | Not yet enabled by default. Change-Id: I07093f8770a7b2f05aa777cbf949a30478dacc67 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
* Remove QtMultimediaKit - all content has moved to QtMultimedia.Michael Goddard2011-10-271-8/+1
| | | | | | Change-Id: I54741996cb3dbfbb76dd0f864e4e72cd8b6bbd67 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Re-add qtmultimedia.Michael Goddard2011-10-261-0/+7
| | | | | | | | | | The contents of QtMultimediaKit are being placed in QtMultimedia. After this commit integrates, any dependent modules can be updated, and then another change to remove QtMMK from Qt5 can be done. Change-Id: I466df08ef1e764fae9056a61a51b82cab8633244 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* QtDeclarative no longer depends on QtSvgAlan Alpert2011-10-101-1/+1
| | | | | | | Change-Id: Iaaaa634beef234d9b4d0bed56c4d4cab9459fbaa Reviewed-on: http://codereview.qt-project.org/6280 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Revert "Enabled compilation of qtwayland by default."Rohan McGovern2011-09-281-0/+2
| | | | | | | | | | | | | This reverts commit a507ff6241d8d22d4405a445fdbd16f32f1e3cde This commit is counterproductive at least until qtwayland follows a few more modularization requirements (e.g. .pro file named `qtwayland.pro') Change-Id: I5b9e6283eef9aaf1cdc3b71823181eaab1f9f3a7 Reviewed-on: http://codereview.qt-project.org/5681 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Enabled compilation of qtwayland by default.Rohan McGovern2011-09-271-2/+0
| | | | | | | | Change-Id: I8c62231ddbee1a731db7aa98a0796c8e81ee5a44 Reviewed-on: http://codereview.qt-project.org/5581 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com> Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
* Added new module, qtwayland.Rohan McGovern2011-09-271-0/+7
| | | | | | | | | | Not yet enabled by default. Change-Id: I6f22e7d69743415ec8f9588a8621cd28ca6d8eda Reviewed-on: http://codereview.qt-project.org/5580 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com> Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
* Re-enable qtlocation by default.Rohan McGovern2011-09-231-2/+0
| | | | | | | Change-Id: Ib4e96ebc014d5f8651ab16184955645fbba16458 Reviewed-on: http://codereview.qt-project.org/5355 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
* Enabled qtconnectivity by default.Rohan McGovern2011-09-231-2/+0
| | | | | | | Change-Id: Ic34b6d270cdb754167977e9bda4c41a23819f31a Reviewed-on: http://codereview.qt-project.org/5415 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Updated submodules (merged refactor)Rohan McGovern2011-09-221-2/+4
| | | | | | | | | | | | | This commit updates all applicable submodules past the merge of the refactor branches. Dependencies for qtlocation and qtdoc in qt.pro were fixed to match the latest dependencies in those modules. Change-Id: I0000000000000d80ddaf92f258714ab4a2750cb7 Reviewed-on: http://codereview.qt-project.org/5109 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Remove QtMultimedia (obsoleted by QtMultimediaKit).Michael Goddard2011-09-021-7/+0
| | | | | | | | | Change-Id: I6fbdde1d28f3156aee0bf9caaae7a1e3b3a4392a Reviewed-on: http://codereview.qt.nokia.com/4105 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
* Added missing dependency for qtfeedback.Rohan McGovern2011-08-311-1/+1
| | | | | | | | | | qtfeedback uses qtmultimediakit (in src/plugins/feedback/mmk), but qt.pro was missing the dependency. Change-Id: I1f54cc31cc9ac8bab2583f5afe4f9d7a13545844 Reviewed-on: http://codereview.qt.nokia.com/3900 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
* Enabled compilation of qtpim by default.Rohan McGovern2011-08-271-2/+0
| | | | | | | Change-Id: I19e8fb731c22f50d27b1ca45e36b9884f33ca1f1 Reviewed-on: http://codereview.qt.nokia.com/3428 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Added new module, qtconnectivity.Rohan McGovern2011-08-241-0/+7
| | | | | | | | | Not yet enabled by default. Change-Id: I89a8cb8cc6da9aeeba217e3ab3c10459082a21ed Reviewed-on: http://codereview.qt.nokia.com/3447 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Added new module, qtpim.Rohan McGovern2011-08-241-0/+7
| | | | | | | | | Not yet enabled by default. Change-Id: I7db1f9a782442876139306a25847e6f23194f672 Reviewed-on: http://codereview.qt.nokia.com/3427 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Enabled qtfeedback, qtquick3d, qtdocgallery by defaultRohan McGovern2011-08-161-6/+0
| | | | | | | | | | | These modules are working and maintained, so they should be enabled by default. Otherwise problems may go undetected for longer than necessary. Change-Id: Id1c79e4c323a31533bf8a0c593431974048a3106 Reviewed-on: http://codereview.qt.nokia.com/2986 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
* Added missing qtscript dependency for qtdocgalleryRohan McGovern2011-08-111-1/+1
| | | | | | | Change-Id: I4ed767710d36fbe1de08c425a6ad3fa43ed99252 Reviewed-on: http://codereview.qt.nokia.com/2832 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
* Added new module `qtdocgallery'Rohan McGovern2011-08-101-0/+7
| | | | | | | Change-Id: I9086b41be63b95144dbbd5e5511099baf4068253 Reviewed-on: http://codereview.qt.nokia.com/2793 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
* Remove qtdeclarative's dependency on qtscriptRohan McGovern2011-08-021-1/+1
| | | | | | | | | | | Since d410ad364ec0b8877797145c68a4d7c3c98ce1c0 in qtdeclarative, qtscript is no longer required to build qtdeclarative. Remove the dependency. Change-Id: Ia1af0121ed05735c8dbec545b8dda30d3d37aa99 Reviewed-on: http://codereview.qt.nokia.com/2405 Reviewed-by: Alan Alpert <alan.alpert@nokia.com> Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
* QtDoc only depends on QtBaseSergio Ahumada2011-07-261-1/+1
| | | | | | | Change-Id: Idff3e2edf6d94fa99147e3bc2754c7414d7fbdb4 Reviewed-on: http://codereview.qt.nokia.com/2202 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Add qtquick3d module.Sarah Smith2011-07-181-0/+7
| | | | | | | | Change-Id: Ib3219c64e0100a4f79023d0a23972590fe3bd9f4 Reviewed-on: http://codereview.qt.nokia.com/1723 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Disable QtMultimedia, since QtMultimediaKit has replaced it.Michael Goddard2011-07-181-0/+2
| | | | | | | Change-Id: I41f543d9faa42e3951e6d5f0eb29dd1b867427ca Reviewed-on: http://codereview.qt.nokia.com/1682 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
* Can now tell init-repository to only use a subset of modulesAlan Alpert2011-07-071-19/+23
| | | | | | | | | | | | | | Still useful to use init-repository because of all the other logic, such as repository urls. More general than --no-webkit, although it is still a valid convenience as the most common case. Also makes qt.pro check for existence of modules, since it is no longer certain that you'll have everything but webkit. Change-Id: Iaaaa30e24e0a793218e2e307bdde56067760c513 Reviewed-on: http://codereview.qt.nokia.com/1258 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Enable building of Qt Multimedia Kit by default.Jonas Rabbe2011-07-071-2/+0
| | | | | | | Change-Id: I9a74a43c71371fcb95f8b24c007ff95907a270a4 Reviewed-on: http://codereview.qt.nokia.com/1255 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Added qtfeedback module.Rohan McGovern2011-07-041-0/+7
| | | | Not yet compiled by default.
* Enable the build for QtSystems by default.Xizhi Zhu2011-06-291-2/+0
|
* Add the QtMultimediaKit module. Currently not built.Michael Goddard2011-06-291-0/+7
| | | | Reviewed-by: Rohan McGovern
* Add the QtSystems module.Xizhi Zhu2011-06-231-0/+7
|
* Enable Sensors and Location API builds by defaultAlex2011-06-061-4/+0
|
* Add new QtSensors moduleAlex2011-05-201-0/+7
|
* Correct missing module_activeqt -> module_qtactiveqtMarius Storm-Olsen2011-05-191-1/+1
|