development/qt-creator2: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-13 00:58:29 -04:00 committed by Willy Sudiarto Raharjo
parent b9251fb9a1
commit a1ecf7257c
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -1,15 +1,16 @@
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.
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.
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.
NOTE2: QmlDesigner needs Qt Private Headers. If you intend 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 the configure process takes some time to
finish due to the qmake compile process.
Follow these steps to prepare source tree:
1 - Copy Qt SlackBuild directory from Slackware source tree to /tmp;