summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-01-30 11:03:59 +0100
committerJani Heikkinen <jani.heikkinen@digia.com>2014-01-30 11:17:54 +0100
commit36f370ac28c5864da5bc1cbd61980e053c1cb4c9 (patch)
tree8b983ef3e37409f67f05ff85d9b300d77ca08af9
parente4afc84f38bf0fd9b2d07e0a9af31a79a8d48153 (diff)
Doc: Add a note about syncqt in readme.txtv5.0.0
When downloading the source directly from a hosting service instead of using git, users need to run syncqt to generate the files under ./include directory. Task-number: QTBUG-32397 Change-Id: I27d58c5a771b832bb49d53885c8d5688c7bab3d6 Reviewed-by: Andy Shaw <andy.shaw@digia.com>
-rw-r--r--readme.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 2cf51fd..8144ae2 100644
--- a/readme.txt
+++ b/readme.txt
@@ -3,3 +3,11 @@ This repository contains deprecated APIs which have been removed from Qt
Applications are recommended to port to the supported APIs.
However as some features are lost, these APIs are provided as standalone
source code for applications that require removed features.
+
+Note: If you downloaded the source package from a hosting service
+such as Gitorious, the package does not contain the generated headers
+under the ./include directory. Before building, you'll need to generate
+them manually by running the syncqt Perl script. For example:
+
+cd qthttp
+<QTDIR>/bin/syncqt.pl -version 5.1.0