diff options
author | Andrzej Telszewski <atelszewski@gmail.com> | 2018-04-27 14:34:21 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-28 06:40:13 +0700 |
commit | af03a5f0efa0faf8ec8dfd0ac4004e947c319b59 (patch) | |
tree | fd9c419085c7bfe43c7201df03227c6c306d566a /development/qt-creator/README | |
parent | 91708a5ee5c6b8d7d4065b5721de1c9b08d4adfb (diff) | |
download | slackbuilds-af03a5f0efa0faf8ec8dfd0ac4004e947c319b59.tar.gz |
development/qt-creator: Updated for version 4.6.0 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/qt-creator/README')
-rw-r--r-- | development/qt-creator/README | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/development/qt-creator/README b/development/qt-creator/README index c3bafed6fa..273833895b 100644 --- a/development/qt-creator/README +++ b/development/qt-creator/README @@ -1,35 +1,35 @@ -Qt Creator is a Cross-Platform Qt IDE. +Qt Creator is a cross-platform IDE (Integrated Development Environment) +tailored to the needs of Qt developers, but is also perfectly usable +for non-Qt C/C++ projects. Qt Creator focuses on providing features +that help new Qt users get up and running faster, and also boost the +productivity of experienced Qt developers. -The goal of Qt Creator is to provide a cross-platform, -complete Integrated Development Environment (IDE) to develop -Qt projects. +Feature highlights include: +- advanced code editor, +- visual debugger, +- GUI designers. NOTES: -1 - This package conflicts with qt-creator2: 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 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 - (.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 - -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 +1. This package conflicts with qt-creator2: + install only one of the two. + +2. This version of Qt Creator is advised for Qt5. + +3. Before building/editing your application, you should configure + the Qt Kits (Tools -> Options -> Build & Run -> Kits). + +4. QmlDesigner will work properly only if you configure the Qt5 Kit + properly and make it the Default Kit. + +5. An old IDE configuration in user home directory + (~/.config/QtProject*) can lead to strange behavior. + +6. Some functionality of Qt Creator, like Clang Code Model or Clang + Static Analyzer, depends on the qt-creator-llvm package. To enable + these additional features, build and install qt-creator-llvm package + and then build the Qt Creator package like that: + + $ USE_LLVM=yes ./qt-creator.SlackBuild + + Note: CODE_MODEL=yes option is synonym for USE_LLVM=yes and is kept + for backward compatibility and will be removed for Slackware 15.0. |