Qt Version: 5.3.1
OS: CentOS 6.4
Qt Creator Version: 3.1

Downloaded from git and attempted to install using these commands:

git clone --recursive https://git.gitorious.org/qt-creator/qt-creator.git
mkdir qt-creator-build
cd qt-creator-build
export QTDIR=/Qt/5.3.1_shared
export PATH=$QTDIR/bin:$PATH
which qmake
/Qt/5.3.1_shared/bin/qmake

qmake -v
QMake version 3.0
Using Qt version 5.3.1 in /Qt/5.3.1_shared/lib

qmake -r ../qt-creator/qtcreater.pro
... Lots of stuff scrolls by and then:
Project ERROR: Unknown module(s) in QT: quick
How do I get past this?

Qt was also downloaded and installed from git. Here is the configure call I used:
./configure -prefix “/Qt/5.3.1_shared -shared -spec linux-g++-64 -opensource -confirm-license -I/usr/include/mysql -L/usr/lib64/mysql -qt-sql-mysql
Thanks!
Karl