- Nov 27, 2013
-
-
Tobias Hunger authored
This was made obsolete by the Qbs*Step classes a while ago. Change-Id: I0605d1734c2bf01757bc5b70907e5118af214023 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Oct 16, 2013
-
-
Tobias Hunger authored
Change-Id: I285a6102c0b7fefa7c4027d814654da640af39a9 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Jake Petroules <jake.petroules@petroules.com>
-
- Sep 17, 2013
-
-
Tobias Hunger authored
Refactor the code of the build configuration factories. The idea is to generalize the code so much that we can allow plugins to install custom build configuration factories for the platforms they support. To support this use case the following changes where done here: * BuildInfo class was introduced to describe one build configuration that can be created by a factory. * Factories report a list of BuildInfo to describe what they can produce. This fixes the need for factories to implicitly create one buildconfiguration and then create another one 'officially' to support debug and release build configurations to be set up for projects. * Do no longer work around factories to create build configurations. Change-Id: Ic372e4a9b5c582633b467d130538948472b89d91 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Sep 11, 2013
-
-
Christian Kandeler authored
Distributions will want to make Creator work with their qbs package instead of adding it a second time via the submodule, so we support that by checking for the QBS_INSTALL_DIR environment variable. This supersedes the current mechanism using QBS_SOURCE_DIR and QBS_BUILD_DIR. Change-Id: I2cff651cd23ea47b1a1434e33f80cb74ca0fc96b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 30, 2013
-
-
Orgad Shaneh authored
Change-Id: I05bf910682effe3ef6e468a891f8e9e96f5827bd Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 19, 2013
-
-
BogDan Vatra authored
Change-Id: I7e66136d2b75a932b981713ccc27e3e69fd44baa Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jul 18, 2013
-
-
Tobias Hunger authored
Provide a way for plugins to extend the profiles that Creator will write into the Qbs configuration. This should allow e.g. the Android plugin to add customized settings. Change-Id: I0de596e2c922280b953c43ea0651b08b8936234c Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- Jun 12, 2013
-
-
Tobias Hunger authored
Change-Id: I94fee7575bb39721391da2c0f5df669172b71028 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
This enables support for e.g. setting CFLAGS, custom defines, etc. Task-number: QTCREATORBUG-9380 Change-Id: I9d4a560ac5ba8a40c51c15fdf8009c0dba5eeef1 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Breaks MSVC build This reverts commit 4ceb58a4571fc373e529a61dcc750723d980b568 Change-Id: I85979c7f926ff1135cc4028f5840af75573974c2 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jun 11, 2013
-
-
Tobias Hunger authored
Change-Id: Iaa79e316bf1ffcf2370689db9d1fdd3836dbfe4d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- May 15, 2013
-
-
Tobias Hunger authored
Change-Id: Ibb5791e10ee2e08ef824fb0bad3d3f4769ee2adb Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- May 13, 2013
-
-
Tobias Hunger authored
Add QbsDeployConfigurationFactory and mark the QbsProject to not work with the default deployment for Desktop projects. Change-Id: I9230d5017b475d53cf13e86b4a073c248fedfaf0 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Apr 19, 2013
-
-
Tobias Hunger authored
Change-Id: I0fb96cf2f3ba90d226203703f755025020680ac2 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>
-
- Apr 02, 2013
-
-
Oswald Buddenhagen authored
Change-Id: I4025539f3875e79f03743ba9ed3fd09cd31b998d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Oswald Buddenhagen authored
numerous "3rdparty" libraries have respective #ifdefs, and consequently the define is added in several places. it's quite a mess with the .pr? and .qbs files, though. solve the problem by sidestepping it. Change-Id: I5a6b1ba7cfe96b44f0a4f4ef9738900906a44316 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Oswald Buddenhagen authored
Change-Id: I25645bb625b467c6f9d895ff89a70acd6a25683e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Mar 27, 2013
-
-
Oswald Buddenhagen authored
the respective _dependencies.pri files already list them. Change-Id: I2008abdd043bf3c8738035971b0cbbfe57b02ba2 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Mar 13, 2013
-
-
Christian Kandeler authored
Change-Id: I3cc3e1f20fdd122f9f493c25d15902e926fe0ad9 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Mar 01, 2013
-
-
Orgad Shaneh authored
Change-Id: I24952ea89519cf37c021d79f480c1ae907789161 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Feb 18, 2013
-
-
Tobias Hunger authored
Change-Id: Iaa3663018080fd8804649736561b1cf58097b3ef Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Feb 14, 2013
-
-
Christian Kandeler authored
We have a shared library now. Change-Id: Id5d3d879d19f502d79b190b8d28cfef43e8ca825 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- Feb 11, 2013
-
-
Orgad Shaneh authored
It is defined globally Change-Id: I96390b46b10b4332838b741d3e57f4d3826b278c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Joerg Bornemann authored
Change-Id: I7d02105c43d0e104a2e5e3231ceccb78b5f3091a Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Feb 01, 2013
-
-
Tobias Hunger authored
Change-Id: I0e0ae07affccfeab167303bb976475649a630e65 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-