Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt Creator installation on Ubuntu 16.04

Qt Creator installation on Ubuntu 16.04

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 Posters 629 Views
  • 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.
  • P Offline
    P Offline
    Praveen.Illa
    wrote on last edited by
    #1

    Hello all,
    I have successfully compiled and installed Qt sources (5.15.1) on Ubuntu 16.04 which is a 32-bit platform.
    Since, there is no latest Qt creator installers for 32-bit machine, I thought of compiling Qt creator source (4.11.0) for 32-bit platform.
    I have followed below steps for building Qt creator
    cd <QtCreatorSources>/..
    mkdir qtcreator-build
    cd qtcreator-build
    <QtInstall>/bin/qmake -r <QtCreatorSources>
    make

    After make, below error is coming
    error: failed to execute syncqt for the bundled qtscript module

    So, again re-compiled Qt script modules from Qt sources and tried to compile Qt creator again. Now, I observed a different error
    error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined

    My question is, for building Qt creator successfully, do I have to compile all the modules in Qt sources (5.15.1 ) ?

    Can any one please suggest ?

    aha_1980A 1 Reply Last reply
    0
    • P Praveen.Illa

      Hello all,
      I have successfully compiled and installed Qt sources (5.15.1) on Ubuntu 16.04 which is a 32-bit platform.
      Since, there is no latest Qt creator installers for 32-bit machine, I thought of compiling Qt creator source (4.11.0) for 32-bit platform.
      I have followed below steps for building Qt creator
      cd <QtCreatorSources>/..
      mkdir qtcreator-build
      cd qtcreator-build
      <QtInstall>/bin/qmake -r <QtCreatorSources>
      make

      After make, below error is coming
      error: failed to execute syncqt for the bundled qtscript module

      So, again re-compiled Qt script modules from Qt sources and tried to compile Qt creator again. Now, I observed a different error
      error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined

      My question is, for building Qt creator successfully, do I have to compile all the modules in Qt sources (5.15.1 ) ?

      Can any one please suggest ?

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by aha_1980
      #2

      Hi @Praveen-Illa,

      I think you are in dependency hell now. Probably Creator 4.11 was never tested with Qt 5.15.

      As QPainterPath is in QtGUI which you probably have, does adding an #include <QPainterPath> in the file giving the compile error help? (Just a shot in the dark)

      Regards

      Qt has to stay free or it will die.

      P 1 Reply Last reply
      0
      • aha_1980A aha_1980

        Hi @Praveen-Illa,

        I think you are in dependency hell now. Probably Creator 4.11 was never tested with Qt 5.15.

        As QPainterPath is in QtGUI which you probably have, does adding an #include <QPainterPath> in the file giving the compile error help? (Just a shot in the dark)

        Regards

        P Offline
        P Offline
        Praveen.Illa
        wrote on last edited by
        #3

        @aha_1980
        Thanks for your quick response.
        So, which Qt creator version is supposed to be used with Qt 5.15.1 ?

        aha_1980A 1 Reply Last reply
        0
        • P Praveen.Illa

          @aha_1980
          Thanks for your quick response.
          So, which Qt creator version is supposed to be used with Qt 5.15.1 ?

          aha_1980A Offline
          aha_1980A Offline
          aha_1980
          Lifetime Qt Champion
          wrote on last edited by aha_1980
          #4

          @Praveen-Illa Why don't you have a look in the README.md in your Creator tree?

          Qt has to stay free or it will die.

          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