summaryrefslogtreecommitdiff
path: root/src/rpath.pri
Commit message (Collapse)AuthorAgeFilesLines
* 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