summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/macreplaceinstallnamesoperation.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix some typos in includeguardsNiels Weber2013-03-121-3/+3
| | | | | | | As recommended by krazy. Change-Id: Ia9e649bfba9a5ceb22af9459b1b7b277b1cc0ce7 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Add 2013 to the copyright.Niels Weber2013-02-051-1/+1
| | | | | Change-Id: If64730ba7203d1a910a426c0d9c9a738ecfeff4b Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Change copyright headers from Nokia to DigiaSergio Ahumada2012-12-211-18/+27
| | | | | Change-Id: Id55a71a6ee24b234739b6066e11e9c1f2e389f73 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* refactoring mac relocate operation used by qt patchkh12012-11-161-12/+22
| | | | | | | | | - improve the macreplaceinstallnamesoperation - remove unneeded macrelocateqt class and use the more generic macreplaceinstallnamesoperation Change-Id: I9d2c5bc5ea7ed56e09de8b327a9c8f9c02eb4f05 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Update binary patcher functionality on MacIikka Eklund2012-09-251-0/+2
| | | | | | | | | | | | | | | | | | | Use regular expression to find match from "otool -l" output. Previously the patcher relied on: - Pre-determined indicator to find match from "otool -l" output. - That the Qt was configured without "-no-rpath" option which is not always the case. This change uses regular expression to find Qt library matches from "otool" output. Now the Qt can be compiled with or without "-no-rpath" option and does not rely on pre-determined indicator what to match from "otool" output. Change-Id: I0aa581e6f9faec621bed29cdcf9ef4290cd514cf Reviewed-by: Simo Fält <simo.falt@nokia.com> Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* Reorganize the tree, have better ifw.pri. Shadow build support.kh12012-03-191-0/+67
Change-Id: I01fb12537f863ed0744979973c7e4153889cc5cb Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>