Results 1 to 3 of 3

Thread: qt-creator on Raspberry Pi 2 (Unknown modules; designer)

  1. #1
    Join Date
    Sep 2015
    Posts
    5
    Thanks
    1
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default qt-creator on Raspberry Pi 2 (Unknown modules; designer)

    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

  2. #2
    Join Date
    Sep 2015
    Posts
    5
    Thanks
    1
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Re: qt-creator on Raspberry Pi 2 (Unknown modules; designer)

    UPDATE:

    I did the following:
    make
    sudo make install

    in the following directory:
    ~/opt/qt5/qttools/src/designer/src

    after that, running:
    qmake -r ../qt-creator/qtcreator.pro
    in the following directory:
    ~/source/qtcreator/qt-creator
    Still gives:
    Project ERROR: Unknown module(s) in QT: designer designercomponents-private

    still investigating..., any help appreciated.

  3. #3
    Join Date
    Sep 2015
    Posts
    5
    Thanks
    1
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Re: qt-creator on Raspberry Pi 2 (Unknown modules; designer)

    I corrected the issue by installing the 'just released' version of raspbian Jessie.
    That specific cut has QT5 installed. Had to manually install some other packages, but all went well.

    Pat

Similar Threads

  1. Replies: 2
    Last Post: 5th October 2012, 14:55
  2. Using Qt Designer on Qt Creator
    By Ramzeez in forum Newbie
    Replies: 1
    Last Post: 24th April 2012, 23:54
  3. Qt Creator/MingGW on Windows - Problems with XML, OpenGL, etc. modules
    By craigdillabaugh in forum Installation and Deployment
    Replies: 0
    Last Post: 12th January 2011, 18:29
  4. Replies: 0
    Last Post: 13th July 2009, 21:20
  5. Qt Creator Integrated Designer
    By fnmblot in forum General Discussion
    Replies: 1
    Last Post: 21st May 2009, 23:16

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.