aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Clean up inconsistent usage of `depends' in qt.proRohan McGovern2011-05-191-3/+3
| | | | | | 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.
* The qtlocation module depends on declarative tooAlex2011-05-171-1/+1
|
* Remove platform-specific logic for qtactiveqt module.Rohan McGovern2011-05-131-1/+1
| | | | | | | | | | | | 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
* qtlocation: add to SUBDIRS, but do not (yet) compile it by defaultRohan McGovern2011-05-111-1/+3
| | | | | | | | The previous method of adding qtlocation did not allow `make module-qtlocation' to work. Reviewed-by: Alex Change-Id: I75caab75ddf8ed5800c75933097df297b0021c6c
* Add new qtlocation moduleAlex2011-05-101-0/+5
| | | | | The module is not yet enabled as various other repos need to be in place first.
* Corrected typo.axis2011-05-051-1/+1
| | | | Reviewed-by: Trust me
* Removed qt3support.axis2011-05-051-6/+1
| | | | | | It will not be part of Qt5. Reviewed-by: Marius Storm-Olsen
* build system: use consistent target names for all modulesRohan McGovern2011-05-051-12/+21
| | | | | | | | | | | 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
* Avoided running the build-webkit script if it has not been cloned.axis2011-04-281-3/+6
| | | | Reviewed by: Olivier Goffart
* Long live the qt5 Qt repositoryQt by Nokia2011-04-271-0/+80