Commit graph

25 commits

Author SHA1 Message Date
José Romildo Malaquias 288cf9fa2a qtcreator: enable checking 2016-09-06 14:02:09 +02:00
José Romildo Malaquias c91dcacf1b qtcreator: 3.6.1 -> 4.1.0 2016-09-06 14:02:09 +02:00
Bjørn Forsman b06ecd7f85 qtcreator: 3.6.0 -> 3.6.1 (bugfixes)
Changelog:
http://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-3.6.1.md?h=3.6
2016-05-18 21:03:40 +02:00
Nikolay Amiantov a9662f8c45 qtcreator: move to qmakeHook 2016-04-20 18:55:53 +03:00
Eduard Bachmakov 7a0dbbbe43 qtcreator: 3.5.1 -> 3.6.0 2016-01-15 19:19:42 -05:00
Thomas Tuegel 538ce57feb qtcreator: Qt 5 infrastructure update 2015-12-20 07:56:53 -06:00
Bjørn Forsman becb040969 qtcreator: 3.4.2 -> 3.5.1
Builds and runs.
2015-12-12 11:51:35 +01:00
Bjørn Forsman ff4d8513b4 qtcreator: add qtdeclarative to QML2_IMPORT_PATH
When building with Qt 5.4 this is not a problem, but with Qt 5.5 (tested
locally), it is clear that this dependency is missing:

$ ./result/bin/qtcreator
file:///nix/store/zmpf6ydrjdydd85wh6splpywv6aj4782-qtcreator-3.4.2/share/qtcreator/welcomescreen/welcomescreen.qml:31:1:
module "QtQuick" is not installed
     import QtQuick 2.1
     ^

With Qt 5.4 something else is pulling in the qtdeclarative dependency,
it can be seen in the qtcreator wrapper script.

Note to self: "import QtQuick" != qtquickcontrols. QtQuick is
apparently located in the qtdeclarative module.
2015-11-09 21:00:10 +01:00
Artjom Vejsel d169882bb2 qtcreator: add missing QML modules (fixes #9629)
Fixes empty welcome screen because of missing QML modules.
2015-09-03 19:24:58 +02:00
Artjom Vejsel 9c206b6cf7 qtcreator: refactor for using qt54 2015-08-24 11:34:28 +03:00
Arseniy Seroka 4726690a74 qtcreator: fix hash 2015-07-04 03:38:53 +03:00
Artjom Vejsel 20dadbe525 qtcreator: 3.2.1 -> 3.4.2 2015-07-02 09:08:13 +03:00
Baptist BENOIST 059681bc5d qtcreator: Update from 3.2.0 to 3.2.1 2014-10-14 18:00:57 +02:00
Baptist BENOIST 46d0ebca70 qtcreator: Update from 3.1.0 to 3.2.0 2014-10-05 21:23:00 +02:00
Bjørn Forsman b4df21469b qtcreator: install desktop file 2014-08-02 21:11:36 +02:00
Bjørn Forsman 6f98561c1a qtcreator: install documentation
qtcreator displays an error when accessing help, unless we have
installed documentation. That seems like a packaging bug to me and is
definitely unfriendly (default) behaviour.

This change increases the closure size from 56 MiB to 68 MiB.
2014-08-02 21:10:50 +02:00
Jos van den Oever 845b0e3ebc qt5,qtcreator: update to qt-5.2.1 and qtcreator-3.1.
Close #2643.

Testing parallel build of qt5: fine on @vcunat's 8-core (just this single task).
We'll see on Hydra.
2014-06-11 21:30:21 +02:00
bbenoist 45851fc39a qtcreator: Make the qt package optional and introduce the QtSDK
To give the ability to use a different Qt version than the default one
(which can build 3 different times Qt Libraries if we mixed the default
one, the qtcreator one and the version including all the examples and the
docs).

Right now a developer can choose to directly install the QtSDK which
includes a "full" (developerBuild + docs + examples) Qt version and uses
it to build QtCreator.

The possibility to only install QtCreator and its previous behavior has
been kept for flexibility purposes (we do not need to force someone on the
SDK approach).
2013-10-21 09:36:45 +02:00
bbenoist 36e31d5aad qtcreator: Update to 2.8.1 2013-10-17 10:44:04 +02:00
Bjørn Forsman 083d0890f5 More description fixes
* Remove package name
* Start with upper case letter
* Remove trailing period

Also reword some descriptions and move some long descriptions to
longDescription.

I'm not touching generated packages.
2013-10-06 12:01:38 +02:00
bbenoist c1d9a58f0d qtcreator: Update to version 2.8.0
See <http://blog.qt.digia.com/blog/2013/07/11/qt-creator-2-8-0-released/>
for more informations.
2013-07-15 11:15:34 +02:00
bbenoist 22194538d7 qtcreator: Update to 2.7.1 and improvements (merge #579)
- Qt is now directly overriden in QtCreator's definition.
- qt48Full can be used in a development environment to enable access to
docs demos and examples.

NOTE: It may be required to remove older configuration files located in
~/.config/QtProject and at ~/.config/Trolltech.conf to reconfigure
qtcreator with the correct paths. I have found /nix/store/... paths in the
following files:
$HOME/.config/QtProject/qtcreator/toolchains.xml
$HOME/.config/QtProject/qtcreator/qtversion.xml
$HOME/.config/QtProject/qtcreator/helpcollection.qhc

At the first launch, be sure to check your qtcreator's configuration by
selecting Tools->Options. The most important parts are the Kits and
QtVersion tabs located in the Build & Run section.
2013-06-01 12:53:17 +02:00
Baptist BENOIST 876b1c1cac qtcreator: Build QmlDesigner Plugin
Building of this plugin required qt's private headers.
See http://qt.gitorious.org/qt-creator/qt-creator/blobs/master/README for more.
2012-11-27 23:13:18 +01:00
Baptist BENOIST 1a59276a64 qtcreator: update to 2.6.0 2012-11-27 23:13:18 +01:00
Baptist BENOIST 440656dbd0 Add qtcreator-2.5.2
Signed-off-by: Baptist BENOIST <return_0@live.com>
2012-10-16 18:03:13 +02:00