diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2015-03-18 20:41:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-18 20:41:05 +0700 |
commit | ca9b57931527ca798d2c11ae69ec17fd7e96ee69 (patch) | |
tree | 672e0c352f1a471d2162603671f54967e775d9d6 | |
parent | c8be76ecad121a56b668d9ab7eb8035d8cb83e92 (diff) | |
download | slackbuilds-ca9b57931527ca798d2c11ae69ec17fd7e96ee69.tar.gz |
development/qt-creator3: Updated for version 3.3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/qt-creator3/README | 14 | ||||
-rw-r--r-- | development/qt-creator3/qt-creator3.SlackBuild | 2 | ||||
-rw-r--r-- | development/qt-creator3/qt-creator3.info | 6 |
3 files changed, 16 insertions, 6 deletions
diff --git a/development/qt-creator3/README b/development/qt-creator3/README index d5dcc264a7..462426421b 100644 --- a/development/qt-creator3/README +++ b/development/qt-creator3/README @@ -3,18 +3,28 @@ Qt Creator 3 is a Cross-Platform Qt IDE. The goal of Qt Creator is to provide a cross-platform, complete Integrated Development Environment (IDE) to develop Qt projects. + NOTES: 1 - This package conflicts with qt-creator (version 2): install only one of the two. 2 - This version of Qt Creator is advised for Qt5. -3 - Before start building/editing your application, you should +3 - Before start building/editing your application, you should configure the Qt kits (both Qt4 and Qt5). 4 - QmlDesigner will work properly only if you configure the Qt5 Kit properly (Tools->Options->Build & Run->Kits) and make it the Default Kit. -5 - An old IDE configuration in user home directory +5 - An old IDE configuration in user home directory (.config/QtProject*) also can lead to strange behavior. + +6 - Examples, Qt5 docs and tutorials are not part of this + package (except for Qt Creator Docs itself). + To build Qt5 with documentations and examples do as + follow: + EXAMPLES=yes DOCS=yes ./qt5.SlackBuild + + Upgrading from Qt5 5.4.0 to Qt5 5.4.1 can lead to errors + when building the Qt5 docs. So, remove Qt5 before upgrading. diff --git a/development/qt-creator3/qt-creator3.SlackBuild b/development/qt-creator3/qt-creator3.SlackBuild index 42958dcbc1..9bc625341d 100644 --- a/development/qt-creator3/qt-creator3.SlackBuild +++ b/development/qt-creator3/qt-creator3.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=qt-creator3 SRCNAM=qt-creator -VERSION=${VERSION:-3.3.0} +VERSION=${VERSION:-3.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/qt-creator3/qt-creator3.info b/development/qt-creator3/qt-creator3.info index ca00210cda..7cc4fec6fa 100644 --- a/development/qt-creator3/qt-creator3.info +++ b/development/qt-creator3/qt-creator3.info @@ -1,8 +1,8 @@ PRGNAM="qt-creator3" -VERSION="3.3.0" +VERSION="3.3.2" HOMEPAGE="http://qt-project.org/" -DOWNLOAD="http://download.qt-project.org/official_releases/qtcreator/3.3/3.3.0/qt-creator-opensource-src-3.3.0.tar.gz" -MD5SUM="5e33988908282c779f2e6e4dca2bba3e" +DOWNLOAD="http://download.qt-project.org/official_releases/qtcreator/3.3/3.3.2/qt-creator-opensource-src-3.3.2.tar.gz" +MD5SUM="476ff3142c5e8d09fa5f495070f350df" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |