summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_functions.prf
Commit message (Expand)AuthorAgeFilesLines
* fix LD_LIBRARY_PATH setup of check targetsOswald Buddenhagen2013-03-151-5/+2
* simplify qtAddModule() by using $$qtPlatformTargetSuffix()Oswald Buddenhagen2013-02-201-6/+1
* remove pointless conditionals and expansions from qtLibraryTarget()Oswald Buddenhagen2013-02-201-4/+1
* add QT_CONFIG's static/shared to CONFIG on startupOswald Buddenhagen2013-02-181-1/+1
* remove useless unset()sOswald Buddenhagen2013-02-131-1/+0
* use install path as fallback when locating toolsOswald Buddenhagen2013-02-111-1/+1
* fix transitive linking for x-buildsOswald Buddenhagen2013-02-051-1/+0
* fix lack of rpath-link when using modules from final locationOswald Buddenhagen2013-02-041-9/+18
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-0/+7
* fix static lib dep additionOswald Buddenhagen2012-12-111-5/+6
* introduce QMAKE_RPATHLINKDIR (and QMAKE_LFLAGS_RPATHLINK)Oswald Buddenhagen2012-12-031-3/+4
* resolve private dependencies of tools as wellOswald Buddenhagen2012-12-021-1/+2
* packagesExist(): always return false if QT_CONFIG contains no-pkg-configMilian Wolff2012-11-211-1/+2
* qtAddModule(): define PRE_TARGETDEPS for static modulesJ-P Nurmi2012-11-141-4/+8
* define the module rpath in the installed module pri fileOswald Buddenhagen2012-11-131-5/+1
* Insert the Qt major version (5) in the library namesThiago Macieira2012-11-101-3/+13
* make it possible to put removals into modules' .CONFIG and .DEFINESOswald Buddenhagen2012-11-081-4/+13
* fix tool invocation for -prefix + -framework builds on macxOswald Buddenhagen2012-10-291-5/+9
* redo QT_PLUGIN_PATH assembly for non-installed executionOswald Buddenhagen2012-10-291-7/+7
* escape constructed command for makefilesOswald Buddenhagen2012-10-261-2/+5
* Refactor recursive target logic out of default_post into functionTor Arne Vestbø2012-10-181-0/+26
* Fix accessing the rpath dir from included modulesRomain Pokrzywka2012-09-281-1/+1
* factor out qtAddTargetEnv()Oswald Buddenhagen2012-09-191-0/+31
* factor out qtAddToolEnv()Oswald Buddenhagen2012-09-181-0/+20
* remove 3rd parameter from qtPrepareTool()Oswald Buddenhagen2012-09-181-6/+1
* use each module's lib_bundle settingOswald Buddenhagen2012-09-071-1/+1
* make .private_includes in module pri files "self-contained"Oswald Buddenhagen2012-08-151-7/+1
* support -rpath for modules which are not installed to QT_INSTALL_PREFIXOswald Buddenhagen2012-08-111-0/+7
* fix -rpath-link handling for non-installed prefix buildsOswald Buddenhagen2012-08-111-7/+10
* qtAddModule(): put search paths directly into LIBS{,_PRIVATE}Oswald Buddenhagen2012-08-111-7/+12
* assemble the complete tool commands already in qt_tool.prfOswald Buddenhagen2012-08-111-24/+2
* fix error message about bad qt modulesOswald Buddenhagen2012-08-111-1/+1
* adjust qtAddLibrary() to new qtAddModule() parametersOswald Buddenhagen2012-08-081-1/+1
* add support for QT_PRIVATEOswald Buddenhagen2012-08-071-2/+41
* use QMAKE_LIBDIR for passing LSB library pathOswald Buddenhagen2012-08-041-1/+1
* fix host vs. makefile directory separator messOswald Buddenhagen2012-07-281-2/+2
* make the prl lookup search in standard locationsOswald Buddenhagen2012-07-121-4/+2
* fix linking against installations in /usr/libOswald Buddenhagen2012-07-101-2/+2
* deal with %PATH% containing parenthesesOswald Buddenhagen2012-07-091-1/+2
* make non-bootstrapped non-installed prefix-built executables runnableOswald Buddenhagen2012-07-051-15/+38
* Fix FRAMEWORK_INCLUDE for MacIikka Eklund2012-07-051-1/+1
* make using testlib automatically "promote" all modules to -privateOswald Buddenhagen2012-06-261-1/+1
* remove detection-based usage of modules which are frameworksOswald Buddenhagen2012-06-191-11/+0
* fix direct includes from modules which are frameworksOswald Buddenhagen2012-06-191-1/+1
* always add library path from moduleOswald Buddenhagen2012-06-191-3/+3
* make module includepath addition less convolutedOswald Buddenhagen2012-06-191-12/+11
* make qtAddLibrary() a noisy compat wrapper for qtAddModule()Oswald Buddenhagen2012-06-191-46/+10
* make use of $$[FOO/get] propertiesOswald Buddenhagen2012-06-191-2/+1
* let qtPrepareTool give right path for app_bundleBai Jing2012-03-261-0/+6
* Do not add -rpath-link directives with no library pathSean Harmer2012-03-121-3/+5