summaryrefslogtreecommitdiffstats
path: root/mkspecs
Commit message (Expand)AuthorAgeFilesLines
* remove definitions of QMAKE_{LIB,INC}DIR_QTOswald Buddenhagen2013-01-111-2/+0
* fix QMAKE_MAKE for qtCompileTest for cross building modulesMark Brand2013-01-071-5/+9
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-212-1/+8
* Fix main() signature of headersclean stub fileKai Koehne2012-12-211-1/+1
* Merge "Merge 'release' into stable" into refs/staging/stableOswald Buddenhagen2012-12-214-27/+5
|\
| * Merge 'release' into stableOswald Buddenhagen2012-12-194-27/+5
| |\
| | * stop defining QT.<module>.sourcesOswald Buddenhagen2012-12-142-2/+0
| | * Remove win32/thread.prf and thread_off.prfStephen Kelly2012-12-142-24/+0
| | * add .rpath only for dynamic unix buildsOswald Buddenhagen2012-12-141-1/+5
* | | Generalize the check for gui in static plugin import generationMiikka Heikkinen2012-12-201-1/+1
* | | Enable forcing generation of static plugin importsMiikka Heikkinen2012-12-201-44/+43
* | | Fix the computation of the location of mkspecs.Stephen Kelly2012-12-201-4/+4
|/ /
* | remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-173-3/+2
* | Fix installation of plugin module .pris in static Qt buildsMiikka Heikkinen2012-12-171-5/+7
* | updating qeglfshooks_imx6.cpp to 12.09.01 (L3.0.35) opengl-driversThomas Senyk2012-12-141-2/+2
* | add some docu about the project loading sequenceOswald Buddenhagen2012-12-136-0/+20
* | mark a bunch of features as internalOswald Buddenhagen2012-12-1220-0/+219
|/
* test: Mark cmake tests as insignificant when -no-widgets is usedSergio Ahumada2012-12-111-0/+2
* Automatically import plugins in all applications with static QtMiikka Heikkinen2012-12-112-4/+9
* Remove QT_DLL and QT_NODLL defines.Stephen Kelly2012-12-111-5/+0
* install a sane top-level examples.pro fileOswald Buddenhagen2012-12-111-1/+1
* re-enable "check" targets for all projects, but with opt-out possibilityOswald Buddenhagen2012-12-112-2/+1
* fix static lib dep additionOswald Buddenhagen2012-12-111-5/+6
* centralize headersclean testOswald Buddenhagen2012-12-112-0/+106
* Add QT_DEFAULT_QPA_PLUGIN to generated qconfig.priMiikka Heikkinen2012-12-101-0/+4
* Pro-file level support for importing plugins for static Qt buildsMiikka Heikkinen2012-12-102-2/+27
* Only handle QTPLUGIN when linking against static QtMiikka Heikkinen2012-12-071-1/+2
* Fix module pri file name for static pluginsMiikka Heikkinen2012-12-071-1/+1
* move cmake template files under features/data/Oswald Buddenhagen2012-12-073-2/+2
* simplify code by using new $$absolute_path() functionOswald Buddenhagen2012-12-072-8/+2
* finish the job of removing uic3 supportOswald Buddenhagen2012-12-071-25/+14
* remove another dead assignmentOswald Buddenhagen2012-12-071-1/+0
* Only generate -fPIE on unix.Stephen Kelly2012-12-071-1/+1
* Topologically sort $${MODULE}.depends when generating cmake files.Stephen Kelly2012-12-071-1/+1
* replace all modules' build dirs while installing .pc, .la & .prl filesOswald Buddenhagen2012-12-061-2/+6
* export the Qt top-level include dir as pkg-config ${includedir}Oswald Buddenhagen2012-12-061-2/+2
* export only 'host_bins' to pkg-config, rather than a random selection of toolsOswald Buddenhagen2012-12-061-3/+1
* remove unused assignmentOswald Buddenhagen2012-12-061-1/+0
* don't make the doc installs depend on the regular buildOswald Buddenhagen2012-12-051-2/+2
* fix doc target recursionsOswald Buddenhagen2012-12-052-32/+32
* make the addition of docs/-install targets unconditionalOswald Buddenhagen2012-12-051-4/+0
* Merge branch 'master' into stableOswald Buddenhagen2012-12-036-20/+16
|\
| * don't forget to export rpath_link{,_private} to the cacheOswald Buddenhagen2012-12-031-0/+1
| * remove support for hand-written module pri filesOswald Buddenhagen2012-12-031-10/+0
| * don't auto-install example sources by default for all modulesOswald Buddenhagen2012-12-031-1/+0
| * auto-collect qml-related sourcesOswald Buddenhagen2012-12-031-0/+5
| * factor out testcase_targets.prfOswald Buddenhagen2012-12-033-9/+10
* | introduce QMAKE_RPATHLINKDIR (and QMAKE_LFLAGS_RPATHLINK)Oswald Buddenhagen2012-12-032-3/+5
* | Stop using the name "Trolltech" in QSettingsSergio Ahumada2012-12-032-2/+2
|/
* centralize doc target related codeOswald Buddenhagen2012-12-025-53/+48