summaryrefslogtreecommitdiffstats
path: root/mkspecs
Commit message (Expand)AuthorAgeFilesLines
* configure: fix passing of -L and -F to configure testsOswald Buddenhagen2018-08-091-2/+2
* make it possible to override the basename of module config filesOswald Buddenhagen2018-08-032-5/+7
* Fix builds with some MinGW distributionsKai Koehne2018-08-021-1/+1
* Fix qtbase build for MSVC 2017 15.8Thomas Miller2018-07-301-0/+6
* qmake: skip license check while building qtOswald Buddenhagen2018-07-202-2/+3
* macOS: Use QMAKE_BUNDLE for the app part of the bundle identifier valueAndy Shaw2018-07-181-1/+4
* configure: pull ahead gcc-sysroot processingOswald Buddenhagen2018-07-131-1/+1
* Fix QtWayland non-toplevel in-source buildsPaul Olav Tvete2018-06-271-4/+8
* configure: permit digits in variable assignments on the cmdlineOswald Buddenhagen2018-06-271-4/+4
* wayland-scanner.prf: Remove special-casing for generated headersJohan Klokkhammer Helsing2018-06-261-63/+12
* Fix moc warnings with no_include_pwd and shadow buildsKai Koehne2018-06-251-1/+1
* mkspecs: Allow specifying a CROSS_COMPILE for mac/clang targetsMartin Storsjö2018-06-212-6/+6
* Merge "Merge remote-tracking branch 'origin/5.11.1' into 5.11" into refs/stag...Liang Qi2018-06-211-0/+2
|\
| * Merge remote-tracking branch 'origin/5.11.1' into 5.11Qt Forward Merge Bot2018-06-191-0/+2
| |\
| | * Merge 5.11 into 5.11.1Oswald Buddenhagen2018-06-071-2/+3
| | |\
| | * | Opt out of new Xcode build system until we can handle its requirementsTor Arne Vestbø2018-06-051-0/+2
* | | | Replace commercial preview license with Qt License Agreement 4.0Kai Koehne2018-06-211-1/+1
|/ / /
* | | Make sure MODULE is set even when we are not creating a pri fileRobert Griebl2018-06-111-2/+2
* | | MSVC: Enable the detection of C++14 and 17 in MSVC 2017 15.7Thiago Macieira2018-06-111-2/+7
* | | Add support for building QtWayland on macOSRobert Griebl2018-06-092-9/+23
| |/ |/|
* | configure: permit multiple repos to use the same directory namesOswald Buddenhagen2018-06-011-2/+3
|/
* nuke {tests,examples}_need_tools flagsOswald Buddenhagen2018-05-301-2/+2
* remove support for demos/ directoriesOswald Buddenhagen2018-05-301-10/+0
* Mark Clang 6 as warning-freeThiago Macieira2018-05-221-2/+2
* Fix build of applications on iOSChristoph Keller2018-05-132-7/+7
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-091-4/+5
|\
| * syncqt: fix CamelCase aliases for injected headersOswald Buddenhagen2018-04-251-0/+1
| * syncqt: don't write INJECTED_*HEADERSOswald Buddenhagen2018-04-251-4/+4
* | Do emit CMake declarations for existing private headersUlf Hermann2018-04-271-5/+5
|/
* qmake: fix sdk resolution on macosTim Uy2018-04-181-6/+6
* iOS: Allow building QML based test casesAndy Shaw2018-04-181-1/+0
* Use optimize_size instead of duplicating similar logicAllan Sandfeld Jensen2018-04-143-14/+2
* rework syncqt interaction regarding cross-tree pathsOswald Buddenhagen2018-04-123-10/+22
* configure: cache test output as wellOswald Buddenhagen2018-04-102-5/+39
* don't call qmake's exists() with an empty argumentOswald Buddenhagen2018-04-101-1/+3
* macx-clang: Update informal documentation for xcb buildGabriel de Dietrich2018-04-091-2/+5
* Fix debug_and_release builds with CONFIG += qtquickcompilerSimon Hausmann2018-03-292-2/+3
* Revert "Detect C standard and try using the most recent"Friedemann Kleint2018-03-267-37/+2
* Remove CMake code for CMake < 3.1Kevin Funk2018-03-242-17/+6
* Detect C standard and try using the most recentAllan Sandfeld Jensen2018-03-217-2/+37
* Fix CONFIG+=qtquickcompiler and immediate resources with shadow buildsSimon Hausmann2018-03-201-2/+2
* Apple: resolve SDK version of QMAKE_LINK_C and QMAKE_LINK_C_SHLIBMarcus Calhoun-Lopez2018-03-071-1/+1
* Android: add option `-mstackrealign` to clang-x86 mkspecVyacheslav Koscheev2018-03-061-1/+1
* Add WFD_DEVICE_CLIENT_TYPE attribute for INTEGRITY S820Am ADPKimmo Ollila2018-03-051-1/+1
* configure: introduce 'subarch' term to expression evaluatorOswald Buddenhagen2018-02-221-0/+6
* unify windows mkspecs: define c++ flags explicitlyAlexander Shevchenko2018-02-224-6/+12
* mkspecs: Factorize common parts of win32-g++ and win32-clang-g++Martin Storsjö2018-02-213-133/+88
* fix installation of resources for example sourcesAlexander Volkov2018-02-211-1/+1
* qmake: fix immediate RESOURCES with absolute RCC_DIROswald Buddenhagen2018-02-201-1/+1
* mkspecs: Add a win32-clang-g++ mkspec, for clang targeting mingw, like g++Martin Storsjö2018-02-162-0/+130