I downloaded and installed QT5 from Git. Don't believe there were any issues with my installed, followed the following instructions:
https://wiki.qt.io/Native_Build_of_Q...a_Raspberry_Pi

Verification of qmake gives...
"qmake - version"
QMake version 3.0
Using Qt version 5.6.0 in /usr/local/qt5/lib

I also was able to run the 'example' calculator from this folder:
~/opt/qt5/qtbase/examples/widgets/widgets/calculator
after
qmake
make
./calculator (in X, using 'startx')
./cube
------------------------

After that I proceeded to install qt-creator and followed the following instructions:
https://wiki.qt.io/Building_Qt_Creator_from_Git

I follow all the steps and still get
Project ERROR: Unknown module(s) in QT: designer designercomponents-private

I still get the same error after running make module-qtscript.
My setup:
/home/pi/opt/qt5 (qt5 from git)
/home/pi/source/qtcreator/qt-creator/ (qt-creator from git)

Any help would be appreciated.
Thanks
Patrick