From c8a9f6c909c81b4d0d33e3ad15e4a8eebf9ac858 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Mon, 26 Nov 2012 11:10:48 +0100 Subject: Modularized for Qt 5 Still missing sth from qmake, it doesn't support non c++ module correctly yet(there is no CXX_MODULE in our project). Change-Id: I9a6a754e863b51b3e3a4b1eaf864ddab24e92f75 Reviewed-by: J-P Nurmi Reviewed-by: Oswald Buddenhagen --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 911a04fc..f0294c01 100644 --- a/README +++ b/README @@ -18,14 +18,14 @@ You can also contact the maintainer at: jens.bache-wiig (at) digia (dot) com INSTALLATION -Note the MINIMUM REQUIREMENT for this project is that you have Qt 4.7.4. (Qt Quick 1.1) +Note the MINIMUM REQUIREMENT for this project is that you have Qt 5.0. (Qt Quick 2) The components rely on several C++ plugins in order to integrate with the desktop. To install the components into your Qt directory, simply enter the root directory and do: 'qmake && make install' -This will compile and copy the plugins and components into your QTDIR/imports folder. +This will compile and copy the plugins and components into your QTDIR/qml folder. If you are compiling against a system Qt on linux, you might have to do a 'sudo make install' in order to install the project. -- cgit v1.2.1