- Sep 22, 2015
-
-
Eike Ziller authored
Define variables in qtcreator.pri for the various install locations, instead of hardcoding the paths everywhere where they are needed. Change-Id: Ia34de711a7f2be317272ede023e2a8b9cdcc30fe Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
- Mar 24, 2015
-
-
Orgad Shaneh authored
By default, a clean settings path is used for test environment. All the default plugins are loaded, although they're not needed. This change significantly improves loading time for tests. Change-Id: I24254f3e538e3f0e6d233d0989738dc1ce238209 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Mar 16, 2015
-
-
Orgad Shaneh authored
Some environments include the project directory by default, and some don't (e.g. qbs). In order to avoid compilation errors on the environments that don't, unconditionally exclude the project directory. Change-Id: I8552a269735b42efff1839fb18ce863eed711b7a Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Mar 04, 2015
-
-
Orgad Shaneh authored
Change-Id: I6af80600b060fa6a99704df0709461799858d41e Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I6e74577841d4c9c304393a1e2c672ec3e43fd7e4 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
- Sep 15, 2014
-
-
Oswald Buddenhagen authored
it's the correct variable to use. Change-Id: I9ec7795099097715a64969516cd3fae9e213a0f4 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Sep 02, 2014
-
-
Eike Ziller authored
Change-Id: I2b2c704260c613985a4bda179658ec1f8879e70f Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
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>
-
- Aug 26, 2014
-
-
Eike Ziller authored
Change-Id: I71bee691a2b9bad7dbdb4ca9c0a938d4313305f7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- May 08, 2014
-
-
Orgad Shaneh authored
Place all plugins in lib/qtcreator/plugins Change-Id: I66606910104b28d91038f5607850ce03bdd1b80f Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- Mar 26, 2014
-
-
Friedemann Kleint authored
The check does not work on Windows since it does not take the .exe suffix into account. Task-number: QTCREATORBUG-11768 This reverts commit dcd71423. Change-Id: I448a449b7749ee533c43a5b8007eedca7380cff8 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Mar 25, 2014
-
-
Sveinung Kvilhaugsvik authored
The xmlpatterns command line tool is required when Qt 5 is used. Task-number: QTCREATORBUG-11768 Change-Id: I7946a35ba66ccfcc44d732a0da2ac836a9640647 Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jan 24, 2014
-
-
Kai Koehne authored
Use the same logic as in 27563451 to resolve out-of-source plugin dependencies when generating the .pluginspec files. Change-Id: I3a62527ff381aed0e83a7c37a50da403f0a6cece Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Dec 20, 2013
-
-
hjk authored
The original name inconveniently starts with 'plugin', creating a conflict for shell tab completion when trying to enter src/plugins/... taking extra keystrokes to resolve. Change-Id: I7fa59d767aa900f73cd643dfab0d5b2131652a2d Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Dec 10, 2013
-
-
Eike Ziller authored
Change-Id: Ibb586513f256deb5e0e8aa7c5100055482a031a9 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 09, 2013
-
-
Oswald Buddenhagen authored
'clean' per qmake's definition means "all intermediate artifacts are gone". the target is supposed to be still runnable/installable. Task-number: QTCREATORBUG-10323 Change-Id: Ic0d6482c7534367753661e80ccd5f55bd0446545 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 02, 2013
-
-
Oswald Buddenhagen authored
plugins that cannot be depended upon don't need it. of course, the project file needs to directly define the respective variables instead. this makes it possible to have stand-alone plugins in arbitrarily named directories. Change-Id: I166d997bb4db41feac9ffe897cefce382e533bb0 Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- Oct 01, 2013
-
-
Christian Kandeler authored
It's not necessary, and it lets people get away with using the wrong kind of include statement. Change-Id: I736a0aae93c930da37dbac548a3bb025838e7588 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Jun 07, 2013
-
-
Orgad Shaneh authored
Change-Id: I4f2a28d4732ea496f574e5f51fb1e1633ebca99d Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- May 28, 2013
-
-
Oswald Buddenhagen authored
we need to include qtcreator.pri before calculating $$dependencyList, as that's where the version comes from. this also has the side effect that the "real" dependency resolution in qtcreator.pri gets "clean" input - not that it would actually matter. Change-Id: Ibb91c569c8e05b0e45214e7e84aee8ff3316bf5d Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Apr 11, 2013
-
-
Oswald Buddenhagen authored
Change-Id: I8bb9b4eb0ae5ed9b283da422be882603ae0e1b49 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Apr 03, 2013
-
-
Oswald Buddenhagen authored
the information is redundant now Change-Id: Icc8c8b4ace11538d45c6c9e1dbe5a7976f4743e1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Oswald Buddenhagen authored
instead of directly including the respective pri files in *_dependencies.pri, set variables and let qtcreator.pri resolve them to includes. this will allow us to re-use the dependency info elsewhere. Change-Id: Iaa33924e428ac0409660f42df2f98a7978452d3e Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- Apr 02, 2013
-
-
Oswald Buddenhagen authored
Change-Id: I4025539f3875e79f03743ba9ed3fd09cd31b998d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Oswald Buddenhagen authored
Change-Id: I25645bb625b467c6f9d895ff89a70acd6a25683e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Nov 29, 2012
-
-
Marcel Krems authored
Change-Id: I587154926a5e4bce62984445d7a00547c0b51673 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 09, 2012
-
-
Eike Ziller authored
Change-Id: I4fbfeb3668d6688e4947cda514c1a56f7d01ca52 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 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 11, 2012
-
-
Oswald Buddenhagen authored
waaaay faster than the hand-crafted ones Change-Id: Ia4f60207b26a01752ca1eeddf1d8a76381cd1710 Reviewed-by:
Daniel Teske <daniel.teske@nokia.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>
-
- Aug 21, 2012
-
-
Kai Koehne authored
qmake/qt4 included the source directory automatically for most plugins, which got dropped in qt 5 (change 0f548b1744e2). Make sure it's included again ... Change-Id: Ief06cf9b3c7afd8432df7511df5f917023d477ef Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Mar 02, 2012
-
-
Friedemann Kleint authored
- Add Q_PLUGIN_METADATA for Qt 5, use Q_EXPORT_PLUGIN for Qt 4. - Generate the Json files for Qt 5 from the pluginspec files by using a XSLT sheet. Change-Id: I8653f182ae7d61615971c093df10b84fb06c2172 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Feb 22, 2012
-
-
Nicolas Arnaud-Cormos authored
Nokia plugins (like Core) are needed for any other plugin. Automatically add them, even if the PROVIDER is not Nokia. Change-Id: I2b32d27b34fc1043f5f4a1e1607b24dc01c9c631 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jan 04, 2012
-
-
Nicolas Arnaud-Cormos authored
Change-Id: I1996e1035448a8f7ff7d29d1c57973c85fd52344 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Nov 09, 2011
-
-
Oswald Buddenhagen authored
qmake should work well enough for that now. we use the same construct in app.pro, anyway. Change-Id: Iabee60e9b898e92e003850e0a8c88673fa3ced6d Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Oct 06, 2011
-
-
Eike Ziller authored
Change-Id: I16f0d8880003156722cd80fdc51b0f8f21a5bfae Reviewed-on: http://codereview.qt-project.org/6120 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Oct 05, 2011
-
-
Eike Ziller authored
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>
-
- Mar 15, 2011
-
-
Thiago Macieira authored
Remove the previous code which hardcoded options and didn't work for linux-icc. Reviewed-By: dt
-
- Feb 18, 2011
-
-
con authored
-