aboutsummaryrefslogtreecommitdiffstats
path: root/share/share.pro
Commit message (Collapse)AuthorAgeFilesLines
* Make Creator compile without Qt tools in some configurationhjk2017-02-101-2/+17
| | | | | | | | | | | | Needing to compile Qt tools is a bit of a chore (and at some point a diskspace issue) when building/starting Creator as sanity check for comparing different compiler optimization settings. This is not an officially supported configuration. Change-Id: I628e33eb7137f09ecfebbd27453de548bac2fde5 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* use DISTFILES instead of OTHER_FILES in creator's own build systemOswald Buddenhagen2014-09-151-1/+1
| | | | | | | it's the correct variable to use. Change-Id: I9ec7795099097715a64969516cd3fae9e213a0f4 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* Include qbs files in qmake project treeOrgad Shaneh2012-10-161-0/+2
| | | | | | Change-Id: I864b1b500d385c91e3cac6725202ad7f48f11b17 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Make Components installable. Fix Shadow Build.Daniel Molkentin2011-08-031-2/+1
| | | | | | | | | | Task-Number: QTCREATORBUG-5672 Done-with: Oswald Buddenhagen Change-Id: I61f8a83205bc338ba12e43b7471eaa957da2b004 Reviewed-on: http://codereview.qt.nokia.com/2451 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Introduce QML-based welcome screen using desktop componentsDaniel Molkentin2011-06-291-1/+2
| | | | | | | | | Implements new XML-based format for examples, demos & tutorials Done-with: Primrose Mbanefo <ext-primrose.mbanefo@nokia.com> Change-Id: I42c0afdb419cffe5637cd4f298e828d09e0fb15a Reviewed-on: http://codereview.qt.nokia.com/840 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Fix link error of qmlobserver by adjusting build orderAlessandro Portale2010-08-061-12/+0
| | | | | | | After qmljsdebugger was moved to share/, the build order of qmlobserver and qmljsdebugger had to be re-adjusted. Reviewed-By: Lasse Holmstedt
* Added private header checkLasse Holmstedt2010-08-061-2/+13
|
* Moved qmljsdebugger to share & debugger lib support for qml app wizardLasse Holmstedt2010-08-061-1/+3
| | | | Reviewed-by: Alessandro Portale
* move the qtcdebugger tool to an appropriate placeOswald Buddenhagen2009-06-081-4/+0
|
* Added QtcDebugger (Dispatcher for crashed Windows processes).Friedemann Kleint2009-05-291-0/+4
| | | | | | Called with crashed process and prompts the user to choose between Qt Creator and Default Debugger. Acked-by: Daniel Molkentin <daniel.molkentin@nokia.com>
* revamp the build system regarding translationsOswald Buddenhagen2009-04-201-1/+1
|
* revamp build systemOswald Buddenhagen2009-04-201-0/+2
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.