summaryrefslogtreecommitdiffstats
path: root/development/qt-creator/README
diff options
context:
space:
mode:
author Andre Barboza2012-12-30 19:39:16 +0100
committer dsomero2012-12-30 19:39:16 +0100
commit53407915a342ad01727078aaca7661aff1d47e0a (patch)
treebd64a7aeb4b32c14b63bd6e63e88ada57aeb09f8 /development/qt-creator/README
parent5cdddf9521c15bc6801adf735859c4b08bed85a5 (diff)
downloadslackbuilds-53407915a342ad01727078aaca7661aff1d47e0a.tar.gz
development/qt-creator: Updated for version 2.6.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/qt-creator/README')
-rw-r--r--development/qt-creator/README17
1 files changed, 16 insertions, 1 deletions
diff --git a/development/qt-creator/README b/development/qt-creator/README
index d3f5b5d8ce..c98e033c70 100644
--- a/development/qt-creator/README
+++ b/development/qt-creator/README
@@ -1,4 +1,19 @@
-qt-creator is a Cross-Platform Qt IDE.
+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.
+
+NOTE: 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 from Slackware tree to /usr/src/;
+2 - Edit qt.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).