summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Convert the old feature systemLars Knoll2016-09-151-16/+0
* Modularize the new configure system (infrastructure part)Lars Knoll2016-09-101-18/+14
* QSettings: Remove calls to deprecated API on macOSGabriel de Dietrich2016-08-301-2/+4
* ensure that no license queries are made in -redo modeOswald Buddenhagen2016-08-251-1/+7
* fix location of config.{opt,status} in top-level buildsOswald Buddenhagen2016-08-251-17/+19
* clean up qconfig/qmodule.pri handling in configureOswald Buddenhagen2016-08-251-19/+0
* Add support for Apple watchOSJake Petroules2016-08-191-1/+12
* rewrite makespec verification with qmake based systemOswald Buddenhagen2016-08-181-17/+0
* unify configure command line saving with configure.exeOswald Buddenhagen2016-08-181-10/+41
* replace mechanism to override variables from the mkspecsOswald Buddenhagen2016-08-181-65/+1
* Remove some dead code from the configuresLars Knoll2016-08-181-12/+0
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-4/+7
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-6/+13
| |\
| | * configure and mkspecs: Don't try to find xcrun with xcrunGabriel de Dietrich2016-07-211-1/+1
| | * Android: Add support for clang compilerBogDan Vatra2016-07-201-5/+12
| * | move c++11 test into qcompilerdetection.h and make it stricterOswald Buddenhagen2016-07-221-5/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-1/+9
| |\|
| | * Add -no-opengles3 to configure to avoid QT_OPENGL_ES_3 define.Gunnar Sletta2016-06-231-1/+9
* | | Revert "Save the pkg-config settings in config.status"Oswald Buddenhagen2016-07-221-4/+0
* | | Handle the -[no]make command line arguments in qmakeLars Knoll2016-07-021-52/+0
* | | Determine the set of modules to skip in qmakeLars Knoll2016-07-021-14/+0
* | | Call arch test through the new qmake based configure systemLars Knoll2016-07-021-78/+3
* | | Let qmake do most of the work of configuring QtLars Knoll2016-06-221-4474/+69
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-171-9/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-161-9/+0
| |\ \
| | * | Determine the compiler's default include and lib directories at qmake timeKai Koehne2016-05-241-9/+0
* | | | Don't add qpa to CONFIG/QT_CONFIG in qconfig/qmodule.h anymoreLars Knoll2016-06-141-8/+0
* | | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-37/+30
|\| | |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-2/+1
| |\ \ \ | | | |/ | | |/|
| | * | fix ios device&simulator builds againOswald Buddenhagen2016-06-101-2/+1
| * | | configure: check whether std::atomic<T> works for function pointersThiago Macieira2016-06-091-0/+8
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-37/+20
| |\| |
| | * | Android: remove unused pluginsBogDan Vatra2016-06-031-0/+3
| | * | Platform detection: Use freebsd-g++ on systems < 10, otherwise -clangRalf Nolden2016-05-271-4/+11
| | * | Cleanup NIS support leftover from Qt 3/4Ralf Nolden2016-05-231-31/+0
| | * | Move freebsd-g++ mkspecs back for supported FreeBSD 9.3 and upRalf Nolden2016-05-231-1/+1
| | * | Fix dynamic librariy support detection for platforms without libdlOleksandr Tymoshenko2016-05-191-2/+6
| * | | Andriod: API-16 is the minimum API that we supportBogDan Vatra2016-05-271-1/+1
| | |/ | |/|
* | | Set ssl in QT_CONFIG when openssl is enabledLars Knoll2016-06-081-2/+2
* | | Remove output of QT_PRODUCT_LICENSEKEYLars Knoll2016-06-061-1/+0
* | | Remove some dead codeLars Knoll2016-06-061-5/+0
* | | Refactor xcb configure logicGatis Paeglis2016-06-061-41/+57
* | | Remove some code for cross building from MingW to SolarisLars Knoll2016-06-031-7/+3
* | | Get rid of dead codeLars Knoll2016-05-311-19/+2
* | | Remove -audio-backend command line optionLars Knoll2016-05-311-17/+0
* | | Remove some dead codeLars Knoll2016-05-311-24/+0
* | | Generate correct output for doubleconversion support in qconfig.priLars Knoll2016-05-311-1/+1
* | | Turn off libproxy support by defaultAndy Shaw2016-05-271-1/+1
* | | Change the system proxies option default to being on.Andy Shaw2016-05-251-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-05-241-11/+38
|\ \ \