summaryrefslogtreecommitdiffstats
path: root/development/qt-creator2/README
diff options
context:
space:
mode:
author Andre Barboza <bmg.andre@gmail.com>2016-06-15 06:36:34 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-06-15 06:36:34 +0700
commit9767a1c6b0b0e363aeb0e9e6da44c32d5706d020 (patch)
tree8eef29879162d7a45b8ed177adfac3aa4957e0cb /development/qt-creator2/README
parent080308e1b19f5d0587d259c46035d8e845cef851 (diff)
downloadslackbuilds-9767a1c6b0b0e363aeb0e9e6da44c32d5706d020.tar.gz
slackbuilds-9767a1c6b0b0e363aeb0e9e6da44c32d5706d020.tar.xz
development/qt-creator2: Added (Cross-Platform Qt IDE).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/qt-creator2/README')
-rw-r--r--development/qt-creator2/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/development/qt-creator2/README b/development/qt-creator2/README
new file mode 100644
index 0000000000..c8ff97c047
--- /dev/null
+++ b/development/qt-creator2/README
@@ -0,0 +1,21 @@
+Qt Creator 2 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.
+
+NOTE1: This package conflicts with qt-creator: install only one of the two.
+
+NOTE2: QmlDesigner needs Qt Private Headers. If you have intent to build the
+QmlDesigner you need to specify the Qt source location. Besides, it is
+required to apply all patches from Slackware tree and run configure.
+Note that configure process takes some time to finish due qmake compile
+process.
+
+Follow these steps to prepare source tree:
+1 - Copy Qt SlackBuild directory from Slackware source tree to /tmp;
+2 - Edit qt-nowebkit.SlackBuild and place a EXIT command AFTER configure command;
+3 - Execute qt.SlackBuild;
+4 - move /tmp/qt-everywhere-opensource-src-x.x.x to /usr/src
+
+QTSOURCEDIR is set to /usr/src/qt-everywhere-opensource-src-x.x.x
+(Qt version from Slackware tree).