From 201a1119a5662329b9a628b7356290730b7c6b1e Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Fri, 25 Oct 2013 10:40:59 +0300 Subject: Minor Getting started fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I59114e036689921f0c20df61b73f60a65982fd6c Reviewed-by: Tomi Korpipää --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 9970e8a8..7d854ede 100644 --- a/README +++ b/README @@ -36,13 +36,13 @@ For release builds: or qmake CONFIG+=debug_and_release; make release -For both builds +For both builds: qmake CONFIG+="debug_and_release build_all"; make -If you want to install the module to your Qt directory use: +After building, install the module to your Qt directory: make install -If you want to uninstall the module +If you want to uninstall the module: make uninstall Building as a statically linked library -- cgit v1.2.3