summaryrefslogtreecommitdiff
path: root/development/qt-creator3/README
diff options
context:
space:
mode:
authorAndre Barboza <bmg.andre@gmail.com>2014-05-30 00:29:17 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-05-30 00:29:17 +0700
commit3d22faa366d8eac88106540bb3942140ff30286e (patch)
tree54f3784679b39704252fdfcc27b35c4cb04316a9 /development/qt-creator3/README
parentd7c1f1bbf7fc72fa19f05decbed7a5df213691fd (diff)
downloadslackbuilds-3d22faa366d8eac88106540bb3942140ff30286e.tar.gz
development/qt-creator3: Added (Cross-Platform Qt IDE).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/qt-creator3/README')
-rw-r--r--development/qt-creator3/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/development/qt-creator3/README b/development/qt-creator3/README
new file mode 100644
index 0000000000..d5dcc264a7
--- /dev/null
+++ b/development/qt-creator3/README
@@ -0,0 +1,20 @@
+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
+ 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.