From a25008ad2dafaf5547d3656a6e4bbc85abb6e746 Mon Sep 17 00:00:00 2001 From: Daniel Teske Date: Wed, 14 Aug 2013 14:05:46 +0200 Subject: [PATCH] Doc: Qt Versions: Add requirements onto a minimal qt Some people want to hack, so give them enough rope to start. Change-Id: Ic8b3f873c322b02c3df91ee267d1e5f07c2ab507 Reviewed-by: Leena Miettinen --- doc/src/projects/creator-projects-qt-versions.qdoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/src/projects/creator-projects-qt-versions.qdoc b/doc/src/projects/creator-projects-qt-versions.qdoc index 738282c8db2..5b110245e87 100644 --- a/doc/src/projects/creator-projects-qt-versions.qdoc +++ b/doc/src/projects/creator-projects-qt-versions.qdoc @@ -75,6 +75,16 @@ \endlist + \section2 Minimum Requirements + If your build of Qt is incomplete but you still want to use QMake as build + system, you need to ensure the following minimum requirements to be able to use that setup with \QC. + \list 1 + \li qmake is an executable that understands the -query command line argument. + \li The bin and include directories have to exist. \QC fetches these directories by running \c{qmake -query}. + \li The mkspecs directory should be complete enough to parse .pro files. + \endlist + + If your Qt version has no libQtCore.so, \QC is unable to detect the ABI. */