- Sep 25, 2012
-
-
Daniel Molkentin authored
'make install' now installs to $(INSTALL_ROOT)$$QTC_PREFIX/... This is used for giving the contents of the 7zips an additional prefix. (previously done by doing an additional copying step in bindistHelper). QTC_PREFIX can also be used to give Qt Creator a different install path at qmake time, and defaults to /usr/local on Linux. On Windows and Mac there is no default for QTC_PREFIX. Usage: qmake -r QTC_PREFIX=/qtcreator-2.6.0 && make && INSTALL_ROOT=/tmp/creator-dist make install Change-Id: Id30781e14bfdde52531800f22b22e39f0459e806 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- Sep 07, 2012
-
-
Eike Ziller authored
It depends on and mixes in changes made in another change on gerrit that is not merged, so it breaks the package build. This reverts commit c29bf6f6. Change-Id: Ibb251150909271f3e119f05a1691832aae8ac633 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Sep 05, 2012
-
-
Daniel Molkentin authored
Reason: $INSTALL_ROOT is only meant to be used by packagers to temporarily put the contents into a different location, which is needed for fakeroot packaging. QTC_PREFIX is not a qmake variable, and defaults to /usr/local. On Windows the default prefix is "QtCreator", since "make install" is expected to be used in a packaging context only where either INSTALL_ROOT should be used or QTC_PREFIX should be set to the absolute destination path where e.g. an installer generator will pick it up. Change-Id: Ifa4950340e58e34726c53f5417adcc7b50828ce1 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Sep 13, 2011
-
-
Oswald Buddenhagen authored
yet another hack Change-Id: Ic041e8bdfb7331d6934620c8fbb91435f3495ba7 Reviewed-on: http://codereview.qt-project.org/4790 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Aug 18, 2011
-
-
Oswald Buddenhagen authored
we need to override RUNPATHs from possible plugins. due to d7d23226, this should not re-introduce QTCREATORBUG-1646. unlike in the previous incarnation, we don't replace the binary with the script, but give the script an extension. this is nicer for packagers and less confusing in creator's own run configurations. the .desktop files created by our installers need to be adjusted for that. Task-number: QTCREATORBUG-5565 Change-Id: Icd2fa55456754a05257376b8288e8bdf423c62db Reviewed-on: http://codereview.qt.nokia.com/3180 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com> Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- Jun 22, 2010
-
-
dt authored
Christian Kamm convinced me that it should not have any effect. Reviewed-By: ckamm Task-Nr: QTCREATORBUG-1646
-
- Apr 12, 2010
-
-
dt authored
Task-Nr: QTCREATOR-116
-
- Aug 03, 2009
-
-
Thiago Macieira authored
./bin/qtcreator: 3: Syntax error: "(" unexpected
-
Thiago Macieira authored
First, there's no $( ) for subshells. You have to use backticks. Second problem, "VAR=value exec command" doesn't work. Split into variable setting, exporting and then exec'ing the program. Third, Solaris doesn't come with readlink, so parse the output of ls -l.
-
- May 12, 2009
-
-
dt authored
-
- May 06, 2009
-
-
Oswald Buddenhagen authored
-
- Apr 20, 2009
-
-
Oswald Buddenhagen authored
now bin and share are not pegged to linking the executable any more, but are proper subdirs targets of their own. unforturnately, qmake is a bit tenacious, so we hack around a bit. :) more or less in passing by, i removed some superfluous trailing slashes and added path normalization as well.
-
- Apr 14, 2009
-
-
hjk authored
Thanks to "catanzag" on the labs blog.
-
Daniel Molkentin authored
Bug reported and fix suggested by catanzag on Qt Labs blog. Thanks! Reviewed By: Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- Apr 07, 2009
-
-
Marco Bubke authored
-
- Mar 27, 2009
-
-
Oswald Buddenhagen authored
-
- Mar 23, 2009
-
-
hjk authored
-
- Mar 09, 2009
-
-
Bradley T. Hughes authored
RevBy: hjk
-
- Mar 06, 2009
- Jan 21, 2009
-
-
hjk authored
This makes both source and log files more readable and also prevents gdb from applying extra quoting of its own.
-
hjk authored
-
hjk authored
Simple solution after all. This idea got initially dropped early in the process because it does not handle binary data and using x/x was way to slow. But since we use only printable characters now thanks to base64 encoding etc using 'p' becomes feasible again and simplifies the process vastly as no additional communication channel is needed anymore.
-
Daniel Molkentin authored
Details: Moving files so that the local layout corresponds to the layout pushed by make install. Adjust Make target, modify the resource path of the loader to find the resources in the right place. All pathes are still looked up relative to binaryPath(), libs are found via relative rpath.
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- Jan 08, 2009
-
-
hjk authored
-
- Jan 07, 2009
- Dec 29, 2008
-
-
hjk authored
-
- Dec 19, 2008
-
-
hjk authored
-
- Dec 18, 2008
-
-
hjk authored
to the "user space" (gdbmacros.cpp)
-
- Dec 17, 2008
- Dec 16, 2008
- Dec 12, 2008