Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved QtCreator Ubuntu 16.04 Offline Installation Issue

    Installation and Deployment
    2
    11
    1879
    Loading More Posts
    • 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
      Xenthan last edited by

      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 Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        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 Reply Quote 1
        • X
          Xenthan last edited by

          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 Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            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 Reply Quote 1
            • X
              Xenthan last edited by

              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 Reply Quote 0
              • SGaist
                SGaist Lifetime Qt Champion last edited by

                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 Reply Quote 1
                • X
                  Xenthan last edited by

                  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 Reply Quote 0
                  • SGaist
                    SGaist Lifetime Qt Champion last edited by

                    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 Reply Quote 0
                    • X
                      Xenthan last edited by

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • X
                        Xenthan last edited by

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

                        1 Reply Last reply Reply Quote 0
                        • X
                          Xenthan last edited by

                          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 Reply Quote 0
                          • First post
                            Last post