summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Don't run XLib check if -no-gui is usedBernhard Rosenkraenzer2011-05-111-1/+1
| | | | | | | | | | | | Currently, an attempt to compile Qt even with -no-gui on a Linux box that doesn't have libX11 installed fails becaue of the XLib functionality check in configure. This check can be turned off in -no-gui mode, since QtCore, QtXml, QtNetwork and friends don't use libX11. Merge-request: 1214 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> (cherry picked from commit 912b6804bcacbf1b4f356d947986df8156a545a4)
* Fix GLES2 include path for applications when not using the dash shellPaul Olav Tvete2011-05-111-1/+1
| | | | | | | Backslash escapes normally requires "-e" option to echo Reviewed-by: Jørgen (cherry picked from commit 68f37a29f911fce5bcdd285b1fc1bc6d4868d78e)
* tests: enable compilation of autotests for qtbase by defaultRohan McGovern2011-05-111-1/+1
| | | | | | | | | Tests are now treated like examples and demos: compiled by default, unless you configured with `-nomake tests'. (They are still not installed by default, however.) Reviewed-by: Jason McDonald Change-Id: Ifc56f6763bb2aafe6fe57b684751f99ec82ea26f
* Add qglobal.h exports for QtLocation & QtSensorsAlex2011-05-091-0/+33
| | | | | | Plus the QtLocation configure options Reviewed-By: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtbase-stagingGunnar Sletta2011-05-041-2/+2
|\
| * Move private headers into versioned subdirectoryMarius Storm-Olsen2011-05-021-2/+2
| | | | | | | | | | | | | | This will allow us to expose private headers in a controlled manner, and ensure that they are not used by accident. This also means that we internally will have to enable the private headers for the modules we wish to use in the project.
* | Turn on HarfBuzz support for Mac/CocoaJiang Jiang2011-04-291-1/+15
|/ | | | | | | | | | | | | | | | | | | | It's possible to enable HarfBuzz text layout on Mac by either: - Set QT_ENABLE_HARFBUZZ environment variable when running a Qt app. - configure with -harfbuzz to build Qt, then HarfBuzz support will be turned on by default. HarfBuzz will only be used when the font explicitly requested is supported by HarfBuzz (aka. TrueType/OpenType font), other fonts (AAT fonts) will still be handled by Core Text. Using HarfBuzz for text layout will hopefully solve most tricky complex text shaping bugs on Mac. Task-number: QTBUG-17728 Reviewed-by: Eskil
* Build examples and demos in qtbaseMarius Storm-Olsen2011-04-271-1/+1
|
* Extended module profiles.axis2011-04-271-28/+31
| | | | Each module now sets the QT_CONFIG variable itself.
* Make syncqt use sync.profile files from each moduleMarius Storm-Olsen2011-04-271-2/+1
| | | | | The sync.profile replaces the hardcoded paths inside syncqt, and enables it to work for other modules than just qtbase.
* Expose source and build directories for QtBaseMarius Storm-Olsen2011-04-271-26/+43
| | | | Also expose moc, uic, rcc, qdbusxml2cpp, include and lib
* Some changes for qtbaseMarius Storm-Olsen2011-04-271-3/+3
|
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+9132
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12