slackbuilds/development/qt-creator
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README development/qt-creator: Updated for version 2.8.0. 2013-10-27 11:58:47 +01:00
doinst.sh development/qt-creator: Updated for version 2.6.1. 2012-12-30 13:39:16 -05:00
qt-creator.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
qt-creator.desktop development/qt-creator: Updated for version 2.6.1. 2012-12-30 13:39:16 -05:00
qt-creator.info development/qt-creator: Updated for version 2.8.0. 2013-10-27 11:58:47 +01:00
slack-desc development/qt-creator: Updated for version 2.6.2. 2013-02-24 22:53:55 -06:00
x-qt-creator.xml development/qt-creator: Updated for version 2.6.1. 2012-12-30 13:39:16 -05:00

README

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 source directory from Slackware tree to /tmp;
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).