Commit Graph

22 Commits

Author SHA1 Message Date
Sergio Ahumada
00a8f05159 QtDoc only depends on QtBase
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>
2011-07-26 16:37:37 +02:00
Sarah Smith
228ee3f0e7 Add qtquick3d module.
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>
2011-07-18 08:15:15 +02:00
Michael Goddard
dfd4be11b5 Disable QtMultimedia, since QtMultimediaKit has replaced it.
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>
2011-07-18 03:40:32 +02:00
Alan Alpert
435a7c7739 Can now tell init-repository to only use a subset of modules
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>
2011-07-07 13:55:34 +02:00
Jonas Rabbe
aef0d33e30 Enable building of Qt Multimedia Kit by default.
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>
2011-07-07 03:06:29 +02:00
Rohan McGovern
1225ee9c51 Added qtfeedback module.
Not yet compiled by default.
2011-07-04 10:05:37 +10:00
Xizhi Zhu
908badc6ac Enable the build for QtSystems by default. 2011-06-29 15:13:58 +03:00
Michael Goddard
d6abcb1b7e Add the QtMultimediaKit module. Currently not built.
Reviewed-by: Rohan McGovern
2011-06-29 16:32:18 +10:00
Xizhi Zhu
f7225b87a9 Add the QtSystems module. 2011-06-23 10:38:59 +03:00
Alex
680b0afee5 Enable Sensors and Location API builds by default 2011-06-06 17:20:27 +10:00
Alex
dd45bb2735 Add new QtSensors module 2011-05-20 16:16:33 +10:00
Marius Storm-Olsen
25d7376943 Correct missing module_activeqt -> module_qtactiveqt 2011-05-19 11:23:27 -05:00
Rohan McGovern
5360908e14 Clean up inconsistent usage of `depends' in qt.pro
Some of the depends were referring to qmake targets and some of them
were referring to make targets.  That's unnecessarily confusing.  Make
them consistent.
2011-05-19 08:48:24 +10:00
Alex
8f7c4684fe The qtlocation module depends on declarative too 2011-05-17 15:46:21 +10:00
Rohan McGovern
d4da74a74d Remove platform-specific logic for qtactiveqt module.
For the sake of a uniform test procedure, it is cleaner to have
`make module-qtactiveqt' always working, but simply not building
anything on platforms where ActiveQt is not supported.

Without this, any test procedure for building Qt5 needs to be able
to know or determine that ActiveQt should only be built on Windows.

Reviewed-by: Jason McDonald
Change-Id: I3869bbacdc6598a764561a4b9f6042c49e6ffae8
2011-05-13 12:05:56 +10:00
Rohan McGovern
b984a0da2b qtlocation: add to SUBDIRS, but do not (yet) compile it by default
The previous method of adding qtlocation did not allow
`make module-qtlocation' to work.

Reviewed-by: Alex
Change-Id: I75caab75ddf8ed5800c75933097df297b0021c6c
2011-05-11 12:34:45 +10:00
Alex
0044c57a81 Add new qtlocation module
The module is not yet enabled as various other repos need
to be in place first.
2011-05-10 15:26:44 +10:00
axis
257d74c476 Corrected typo.
Reviewed-by: Trust me
2011-05-05 16:27:55 +02:00
axis
df453967a1 Removed qt3support.
It will not be part of Qt5.

Reviewed-by: Marius Storm-Olsen
2011-05-05 16:27:17 +02:00
Rohan McGovern
9093f9d771 build system: use consistent target names for all modules
Force all top-level makefile rules to be named `module-$GITSUBMODULE',
including the addition of the missing qlalr and qtqa targets.

This naming convention must be upheld, otherwise there is no simple
way to programmatically build a single git submodule and all of its
dependencies.

Reviewed-by: Liang Qi
2011-05-05 17:13:02 +10:00
axis
e129d300b3 Avoided running the build-webkit script if it has not been cloned.
Reviewed by: Olivier Goffart
2011-04-28 10:21:00 +02:00
Qt by Nokia
92351a70e0 Long live the qt5 Qt repository 2011-04-27 12:34:00 +02:00