diff options
Diffstat (limited to 'development/qt-creator/README')
-rw-r--r-- | development/qt-creator/README | 35 |
1 files changed, 21 insertions, 14 deletions
diff --git a/development/qt-creator/README b/development/qt-creator/README index f75ab45754..4fc00e10de 100644 --- a/development/qt-creator/README +++ b/development/qt-creator/README @@ -1,19 +1,26 @@ 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. +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. +NOTES: +1 - This package conflicts with qt-creator2: install + only one of the two. -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 +2 - This version of Qt Creator is advised for Qt5. -QTSOURCEDIR is set to /usr/src/qt-everywhere-opensource-src-x.x.x -(Qt version from Slackware tree). +3 - Before start building/editing your application, you should + configure the Qt kits (both Qt4 and Qt5). + +4 - QmlDesigner will work properly only if you configure the Qt5 + Kit properly (Tools->Options->Build & Run->Kits) and make + it the Default Kit. + +5 - An old IDE configuration in user home directory + (.config/QtProject*) also can lead to strange behavior. + +6 - Examples, Qt5 docs and tutorials are not part of this + package (except for Qt Creator Docs itself). + To build Qt5 with documentations and examples do as + follow: + EXAMPLES=yes DOCS=yes ./qt5.SlackBuild |