Skip to content
Snippets Groups Projects
Commit a25008ad authored by Daniel Teske's avatar Daniel Teske
Browse files

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: default avatarLeena Miettinen <riitta-leena.miettinen@digia.com>
parent a0214431
No related branches found
No related tags found
No related merge requests found
...@@ -75,6 +75,16 @@ ...@@ -75,6 +75,16 @@
\endlist \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.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment