summaryrefslogtreecommitdiff
path: root/src/libs/libs.pro
Commit message (Collapse)AuthorAgeFilesLines
* Fix qmake build of qbs libraries.Christian Kandeler2014-01-221-2/+5
| | | | | | | | There was a dependency missing. Change-Id: I45c6b7020889aa9d1587c5be998e33a3dffc6268 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Update qbs submodule to HEAD of master branch.Christian Kandeler2014-01-211-1/+2
| | | | | | | | | | Includes some necessary adaptations to the QbsProjectManager plugin, namely: - Use the new library for setting up Qt profiles. - Use per-profile preferences. Change-Id: I0a639bd291d790c6da9cb4ade53841314310d5ef Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* Remove remaining usages of Qt Quick 1 / DeclarativeEike Ziller2013-10-021-2/+1
| | | | | | | | | | | | | | | Qml editor widgets were still linking against declarative for qml type registering. Registering is no longer necessary since they are no longer used in QML. Also removes the unused qtcomponents. qmlpuppet of course still links against declarative, but that's not run in the same process. Task-number: QTCREATORBUG-10273 Change-Id: Ied12d38d58da5ff3bc694905b84dcd76cbce03af Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* exclude qbs subprojects from lupdate message collectionOswald Buddenhagen2013-08-261-1/+4
| | | | | | | | | the qbs translations should come from the qbs lib itself. requires qt 5.1.2 to have an effect. Change-Id: I0aabeaf24d06c9070c2de6e5a0bb9a8ddd6c06c1 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* parallelize libs buildOswald Buddenhagen2013-04-031-4/+12
| | | | | | Change-Id: Ic52eff8fc5f23e63cc4683d36078bda99622aa71 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* undo bizarre build order fiddlingOswald Buddenhagen2013-04-021-2/+2
| | | | | | | | | | libs/utils does not depend on app_version.h any more. This reverts commit 7378ce329741099cc063229ed6e2e6db93a5e9c1. Change-Id: Ib4a60a6587d93952b15228793320d8dd99e2d475 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* remove pointless QT assignmentOswald Buddenhagen2013-04-021-1/+0
| | | | | Change-Id: Ife938b67e6b45151ca7755e9148075f6a2f27bac Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* Add qbs submoduleOrgad Shaneh2013-03-011-0/+6
| | | | | Change-Id: I24952ea89519cf37c021d79f480c1ae907789161 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* SSH: Link Botan objects into libQtcSsh.Christian Kandeler2012-10-161-1/+0
| | | | | | | | | | Using Botan as a shared library is dangerous due to the use of dynamic_cast and exceptions, which both reproducibly fail to work on MacOs. Since there are no other users of Botan, we just add its objects to the SSH library. Change-Id: Ic79f081d2e1231a52feef02ef5b68761692f1110 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Removal of Symbian supportAlessandro Portale2012-08-221-1/+0
| | | | | | | | | | | | | | | | | Qt Creator's support for Symbian was at its peak in version 2.4.x. Nobody really verified it in Qt Creator 2.5 or 2.6. It is most likely rotten. Let's remove it! Also, the Symbian support code was spread throughout the whole Qt Creator code base. The plugin interfaces evolved in the meantime and target platforms like Android or QNX have 99% of their code in separate plugins. In case anyone wants to revive Symbian support in Qt Creator, please create a plugin for it. Change-Id: I56a758a3e2fd5b8c64d9aeb8f63d8e916c4883be Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
* Move SSH support into a dedicated library.Christian Kandeler2012-05-221-0/+1
| | | | | | | | | It does not belong into libUtils, which is a collection of small unrelated utility classes. Task-number: QTCREATORBUG-7218 Change-Id: Id92b9f28678afec93e6f07166adfde6550f38072 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* QmlDebug: Rename library and (most) classesKai Koehne2012-04-181-1/+1
| | | | | | | | | | | | | | | | | Rename the QmlJSDebugClient lib to QmlDebug (shorter names, easier differentiation with the shared/qmljsdebug lib). Also rename - QDeclarativeDebug* classes to QmlDebug* - QDeclarativeOutputParser class to QmlOutputParser To clarify the features, - Debugger::QmlDebuggerClient is now Debugger::BaseQmlDebuggerClient - QmlEngineDebugClient is now BaseEngineDebugClient - QmlDebuggerClient is now QmlEngineDebugClient - QDeclarativeEngineDebugClient is now DeclarativeEngineDebugClient Change-Id: Ie15713730a614c8ab4b637fad0924f95b54e633f Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
* Move QtConcurrent library into Utils.Friedemann Kleint2012-02-091-1/+0
| | | | | | | | It causes a conflict with the new QtConcurrent library of Qt 5 and is quite small. Change-Id: Ib97ab6daf8f67a88300cf03f044ba3593a4cd270 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* first version of the zeroconf libFawzi Mohamed2011-10-101-1/+2
| | | | | | | | | | | allows browsing (detection) of services using dns-sd, i.e. DNS Service Discovery, or Bonjour see http://www.zeroconf.org/ The exposed interface is reentrant and threadsafe Change-Id: I957d69696aa3c8ad625e074389b649b00b9153cf Reviewed-on: http://codereview.qt-project.org/5410 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com> Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
* Make compilation with "qmake" instead of "qmake -r" work again.Eike Ziller2011-09-051-2/+2
| | | | | | | | | | | The dependencies between app and libs are a bit more complicated now, since qmake must run on app (to generate app_version.h) before the utils lib is compiled. Change-Id: I836683b80810ad35d296366f89bb1d2a98a3afb4 Reviewed-on: http://codereview.qt.nokia.com/4180 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
* move qtcbuildhelper where it belongs and rename it accordinglyOswald Buddenhagen2011-08-151-0/+1
| | | | | | | | | | this is not a creator tool, but a helper of qtcprocess, just like the existing stub. Change-Id: Ice7c60a1dee0b132c6063747f82ea35699f4127d Reviewed-on: http://codereview.qt.nokia.com/2918 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
* Merge remote-tracking branch 'origin/2.3'Eike Ziller2011-08-101-1/+2
|\ | | | | | | | | | | | | | | | | | | Conflicts: qtcreator.pri src/libs/libs.pro src/plugins/debugger/watchwindow.cpp src/plugins/remotelinux/maemopackagecreationstep.h Change-Id: Ic67c46256d0060ee9845b92ef82539f6f8fbe639
| * Make Components installable. Fix Shadow Build.Daniel Molkentin2011-08-031-0/+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>
* | QmlJsDebugClient: Compile it as separate libraryKai Koehne2011-08-051-2/+3
|/ | | | | | | | | Should boost build times. Change-Id: I35c9fd32d2df6dbdadf4d324eb87dbfb491e5ef2 Reviewed-on: http://codereview.qt.nokia.com/2673 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
* Valgrind: Remove library and move code into plugin.Friedemann Kleint2011-07-051-5/+0
| | | | | | | | | | Compile on Windows. Change-Id: I54a4df0cee585713979d37fe7b838f5a5cf4a7be Reviewed-on: http://codereview.qt.nokia.com/1150 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Add libvalgrind.Mike McQuaid2011-03-041-0/+5
| | | | | Merge-request: 260 Reviewed-by: hjk <qtc-committer@nokia.com>
* move src/plugins/coreplugin/ssh to src/lib/utils/sshMilian Wolff2011-02-141-2/+2
| | | | | Merge-request: 253 Reviewed-by: hjk <qtc-committer@nokia.com>
* Debugger[CDB]: Fix autodetection of "Debugging Tools".Friedemann Kleint2011-01-191-1/+1
| | | | | Always detected true since the existence of the file was not checked after the last clause.
* Debugger[New CDB]: Attempt at fixing CDB detection for shadow builds.Friedemann Kleint2011-01-111-1/+5
| | | | | | No longer do detection and build in one directory using .pro/_build.pro as this causes problems with shadow builds. Instead, do the detection in libs.pro.
* LanguageUtils: Introduce new library for cross-language utils.Christian Kamm2011-01-041-0/+1
|
* Debugger: Add extension library to be loaded into CDB.exeFriedemann Kleint2010-11-181-0/+2
|
* Imported our new GLSL front-end.Roberto Raggi2010-11-101-0/+1
|
* CompilefixThomas Hartmann2010-08-121-1/+0
|
* Creating lib: qmleditorwidgetsThomas Hartmann2010-08-121-0/+2
| | | | | | | | | | The library qmleditorwidgets contains widgets and image resources what are shared between QuickToolBar and QmlDesigner This library is created to make QuickToolBar independent from QmlDesigner plugin. All the widgets I moved to qmleditorwidgets are removed from QmlDesigner in this patch
* Moved qmljsdebugger to share & debugger lib support for qml app wizardLasse Holmstedt2010-08-061-1/+0
| | | | Reviewed-by: Alessandro Portale
* Refactored QmlJS Live Preview into a libraryLasse Holmstedt2010-07-291-0/+1
| | | | | | QMLObserver links against the library dynamically. User's apps can also link to it statically, so that the app can be deployed with debugging features to a device, without having to worry about library deployment.
* Maemo: Enable compilation unconditionally.ck2010-02-081-7/+2
|
* S60/Trk: Change trkutils to be a library of its own.Friedemann Kleint2010-02-051-1/+3
| | | | To be able to share TrkDevices between Debugger and Qt4ProjectManager.
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-1/+1
|\ | | | | | | Trailing whitespace removal re-applied manually.
* | Gotten rid of dulplicate files, and fixed includes.Erik Verbruggen2010-01-151-1/+1
| |
* | Add ssh support to build.kh12010-01-131-0/+6
| |
* | Moved files common to the QML editor and Bauhaus into a separate library.Erik Verbruggen2009-12-021-1/+2
|/
* "debug in terminal" feature.Oswald Buddenhagen2009-02-271-0/+1
| | | | includes complete refactoring of ConsoleProcess.
* Initial importcon2008-12-021-0/+9