2012-12-30 19:39:16 +01:00
|
|
|
Qt Creator is a Cross-Platform Qt IDE.
|
2010-06-15 08:03:48 +02:00
|
|
|
|
2011-06-24 03:20:33 +02:00
|
|
|
The goal of Qt Creator is to provide a cross-platform, complete Integrated
|
2010-06-15 08:03:48 +02:00
|
|
|
Development Environment (IDE) to develop Qt projects.
|
2012-12-30 19:39:16 +01:00
|
|
|
|
|
|
|
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:
|
2013-10-27 11:58:47 +01:00
|
|
|
1 - Copy Qt source directory from Slackware tree to /tmp;
|
2012-12-30 19:39:16 +01:00
|
|
|
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).
|