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. QtCreator Ubuntu 16.04 Offline Installation Issue
Forum Updated to NodeBB v4.3 + New Features

QtCreator Ubuntu 16.04 Offline Installation Issue

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
11 Posts 2 Posters 2.8k 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.
  • X Offline
    X Offline
    Xenthan
    wrote on last edited by
    #1

    I am trying to install QtCreator with QtCharts (and possible other packages), but I can't seem to get the widgets to appear in my designer. During the installation I selected all the check boxes (getting the notification that the installation will use ~3.5GB), then continue with the install. No problems. But when I run QtCreator and open a new project, I don't have the QtCharts widget at all. Adding QT += core gui charts to the .pro file results in an error when I try to build. If I attempt to add an #include <QtCharts> it doesn't have an auto-fill option available (other Qt packages are visible, just no charts). If I use the Maintenance tool, it shows all the packages as installed. All of the packages are visible in the /5.10.0/Src/ folder, but nothing seems to be getting linked to the QtCreator IDE. Any suggestions?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Did you re-run qmake after adding charts to the QT variable ?

      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
      1
      • X Offline
        X Offline
        Xenthan
        wrote on last edited by
        #3

        I've cleaned and rebuilt the project (or tried to) in the IDE, and that's when I get the errors. Do I need to run qmake outside of QtCreator?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          No you don't.

          Might be a silly question but did you check that you are using the correct kit to build your application ?

          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
          1
          • X Offline
            X Offline
            Xenthan
            wrote on last edited by
            #5

            I have 4 listed due to some previously installed versions, but I was using the 5.10.0 kit. I started browsing through folders and came across the Configure script in the /5.10.0/Src folder (the folder that contains all the add-on modules), so I'm currently doing a make install with that. No clue if it will help, but worst case I simply wipe the folder and start fresh with a reinstall.

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              You shouldn't need to do that. Unless you compile Qt yourself ?

              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
              1
              • X Offline
                X Offline
                Xenthan
                wrote on last edited by
                #7

                I didn't compile QtCreator myself (just downloaded the .run file from the main website), but the install script seems to be missing a step. I've looked through the installation log and don't see any errors in there, but I'm not exactly sure if that means anything.

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  Do you have the logs ?

                  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
                  • X Offline
                    X Offline
                    Xenthan
                    wrote on last edited by
                    #9
                    This post is deleted!
                    1 Reply Last reply
                    0
                    • X Offline
                      X Offline
                      Xenthan
                      wrote on last edited by
                      #10

                      I do, but the firewall here isn't cooperating.

                      1 Reply Last reply
                      0
                      • X Offline
                        X Offline
                        Xenthan
                        wrote on last edited by
                        #11

                        I've tinkered around a bit more and found that I can't even compile the modules from source. Qmake works, but when I try to do a make I get various errors. Qtbase compiles fine, though. I'm wondering if having previously installed QtCreator from the Ubuntu repositories has caused these issues.

                        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