Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Creator 3.5.1 qmake errors with Qt 5.5.1
Forum Updated to NodeBB v4.3 + New Features

Qt Creator 3.5.1 qmake errors with Qt 5.5.1

Scheduled Pinned Locked Moved Unsolved General and Desktop
qtcreator 3.5.1qt 5.5.1compilationquick
6 Posts 2 Posters 3.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    hwe1973
    wrote on 13 Dec 2015, 18:45 last edited by
    #1

    This is my first post on Qt Forums and I am not sure if this is the right place. Also, I am a IC design engineer and so software building is not quite my forte.
    I am trying to compile qt-creator 3.5.1 with Qt 5.5.1 on Ubuntu 14.04. I was able to compile and install Qt 5.5.1 successfully with the following switches on configure :
    -qt-xcb -nomake examples -nomake tests -skip qtwebchannel -no-opengl -skip qtwayland
    (note that most of these switches were added to eliminate compile errors)
    However, when I try to run qmake -r to build qt creator 3.5.1 with this version of Qt 5.5.1, I get the following error during qmake -r

    Reading <compile_dir>/src/libs/timeline/timeline.pro
    Project ERROR: Unknown module(s) in QT: quick

    Qt 5.5.1 does not seem to contain the module quick. But then again I am not sure if I am reading the Makefile properly. Any help with this is greatly appreciated.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 13 Dec 2015, 23:37 last edited by
      #2

      Hi and welcome to devnet,

      Since software building is not your main strength, why not use Qt's online installer rather than build everything yourself ?

      AFAIR, you can still get the quick module through the installer for Qt 5.5

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • H Offline
        H Offline
        hwe1973
        wrote on 14 Dec 2015, 16:58 last edited by
        #3

        Thanks. I did try that with an older version of Qt and Qt creator but I ran into other issues that I did not document. With Qt though, I found compiling from scratch easier. I will go through the exercise with the latest version.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 14 Dec 2015, 22:50 last edited by
          #4

          Then you might need to build the qtquick module before Qt Creator. Nothing complicated: just run qmake/make/make install. But be sure to use the qmake you get with the Qt you just built.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • H Offline
            H Offline
            hwe1973
            wrote on 24 Dec 2015, 00:20 last edited by hwe1973
            #5

            SGaist,
            I did try your suggestion of installing from the online installer and everything installed fine with a few pre-installations required (details below) :

            It did require the installation of mesa-common-dev and libgl1-mesa-dev that were needed to prevent the following Qt build errors on my Ubuntu 14.04 machine.

            <QtHome>/5.5/gcc_64/include/QtGui/qopengl.h:122: error: GL/gl.h: No such file or directory
            include <GL/gl.h>

            Cannot link -lGL

            Thanks
            hwe1973

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 24 Dec 2015, 00:21 last edited by
              #6

              That one's a classic (and a question that regularly comes back)

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved