diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-01-05 14:10:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-06 00:19:59 +0700 |
commit | faaa64aa028360f14521616c98e7b0a292b4848b (patch) | |
tree | a88768c3aff98d675585510c326801be9a4cf5b8 /development/qt-creator/README | |
parent | b0990af210e4fd6a16e048252159653eca3b38e6 (diff) | |
download | slackbuilds-faaa64aa028360f14521616c98e7b0a292b4848b.tar.gz |
development/qt-creator: Updated for version 4.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/qt-creator/README')
-rw-r--r-- | development/qt-creator/README | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/development/qt-creator/README b/development/qt-creator/README index 4fc00e10de..c3bafed6fa 100644 --- a/development/qt-creator/README +++ b/development/qt-creator/README @@ -1,7 +1,8 @@ Qt Creator 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. +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-creator2: install @@ -9,12 +10,12 @@ NOTES: 2 - This version of Qt Creator is advised for Qt5. -3 - Before start building/editing your application, you should - configure the Qt kits (both Qt4 and Qt5). +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. +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 (.config/QtProject*) also can lead to strange behavior. @@ -24,3 +25,11 @@ NOTES: To build Qt5 with documentations and examples do as follow: EXAMPLES=yes DOCS=yes ./qt5.SlackBuild + +7 - Clang Code Model requires a newer LLVM version compared + to the official Slackware package. This SlackBuild can + build the required LLVM version and ship this plugin. + Note that the default option is disabled and enabling + Code Model option will significantly increase the build + time. To build Code Model plugin do as follow: + CODE_MODEL=yes ./qt-creator.SlackBuild |