aboutsummaryrefslogtreecommitdiffstats
path: root/src/rpath.pri
Commit message (Collapse)AuthorAgeFilesLines
* Fix library and plugin pathsEike Ziller2014-09-021-1/+0
| | | | | | | | | OSX: Move libraries from PlugIns/ to Frameworks/ other: move QmlDesigner plugins to plugins directory Change-Id: Ia266a3514ce6a496061daa044b3781daae0bc272 Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Mac: Remove code that was there for 10.4 compatibilityEike Ziller2013-12-101-6/+2
| | | | | | Change-Id: Ibb586513f256deb5e0e8aa7c5100055482a031a9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Load plugins from user config directory too.Eike Ziller2011-10-051-1/+1
| | | | | | | | | | | Also adapt the Qt Creator plugin template to make it possible to choose between deploying locally or into Qt Creator's build directory. Change-Id: Ia8566a5034443bc9574a1593eddf0a89eb4d80b2 Rubber-stamped-by: Daniel Molkentin Reviewed-on: http://codereview.qt-project.org/4178 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Fix compilation and rpath with the ssh class move.con2011-02-171-0/+2
|
* Mac: Use rpath instead of executable_path.con2010-11-011-1/+6
| | | | | | | | Because executable_path and loader_path are just too inflexible for some stuff. The rpath is supposed to be set to the Qt Creator app's Contents folder. Compiling on 10.4 now requires to enter compatibility mode via QTC_TIGER_COMPAT env variable or TIGER_COMPAT_MODE qmake variable.
* remove trailing whitespaceOswald Buddenhagen2010-01-291-1/+1
| | | | doing it in 1.3 as well to avoid possible later conflicts
* use 'lib64' instead of 'lib' on linux/x64_86hjk2009-03-231-1/+1
|
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-2/+0
|
* Fixes: Document rpath, fix resource targets on mac and linuxDaniel Molkentin2009-01-221-1/+1
|
* Fixes: RPATH for pluginsDaniel Molkentin2009-01-211-2/+0
|
* Fixes: make install works on linuxDaniel Molkentin2009-01-211-0/+15
Details: Creator on Linux works now in two modes: 1) out of the build dir (shadow builds to be tested) 2) make INSTALL_ROOT=/prefix install