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. [SOLVED] Qt SDK installation broken for both Windows 7 and Ubuntu 12.04
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Qt SDK installation broken for both Windows 7 and Ubuntu 12.04

Scheduled Pinned Locked Moved Installation and Deployment
qt5qtcrea
13 Posts 2 Posters 3.3k Views 2 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.
  • O ontheqt

    I have downloaded the complete Qt SDK 5.x for both Windows 7 and Linux (Ubuntu 12.04) and run the native installers. In both installations, the option to create a C++ project is missing in Qt Creator.

    The Linux installation also complains about unmet dependencies for these plugins:

    CMakeProjectManager
    Qnx
    RemoteLinux
    Valgrind

    Both installations correctly auto-detect existing C++ compilers (MS Visual C++ on Windows and GCC on Linux) and both installations seem to detect the correct qmake binary.

    In Linux, there is a warning icon beside the qmake entry listed under "Qt Versions" entry and the problem seems to be: "No qmlviewer installed."

    In Windows, there is a warning icon beside the entry listed under Kits but there does not appear to be any explanation.

    Any advice is appreciated. I am not concerned about installing over top of anything that is already on either system if there is a way to install the SDK without any futzing around.

    JKSHJ Offline
    JKSHJ Offline
    JKSH
    Moderators
    wrote on last edited by
    #2

    Hi @ontheqt, and welcome to the Qt Dev Net!

    1. Can you post the exact links to which installers you downloaded?
    2. In Windows, what do you see when you click "File" -> "New File or Project..."?
    3. In Linux, what do you see when you click "File" -> "New File or Project..."?

    Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

    1 Reply Last reply
    0
    • O Offline
      O Offline
      ontheqt
      wrote on last edited by
      #3

      Thanks for replying. Here is the link:

      Qt SDK Download

      In Windows and Linux, the only available projects are:

      • Application

      • Library

      • Other Project

      • Non-Qt Project

      • Import Project

      If someone can tell me how to upload an image from my computer to this thread I will post the screenshots from both OSes. The instructions I found for using Markdown are contradictory and ineffectual.

      JKSHJ 1 Reply Last reply
      0
      • O ontheqt

        Thanks for replying. Here is the link:

        Qt SDK Download

        In Windows and Linux, the only available projects are:

        • Application

        • Library

        • Other Project

        • Non-Qt Project

        • Import Project

        If someone can tell me how to upload an image from my computer to this thread I will post the screenshots from both OSes. The instructions I found for using Markdown are contradictory and ineffectual.

        JKSHJ Offline
        JKSHJ Offline
        JKSH
        Moderators
        wrote on last edited by
        #4

        @ontheqt said:

        Thanks for replying. Here is the link:

        Qt SDK Download

        In Windows and Linux, the only available projects are:

        • Application

        • Library

        • Other Project

        • Non-Qt Project

        • Import Project

        What do you see when you click "Application" or "Non-Qt Project"?

        If someone can tell me how to upload an image from my computer to this thread I will post the screenshots from both OSes. The instructions I found for using Markdown are contradictory and ineffectual.

        Host your image externally (e.g. Imgur, PhotoBucket, etc.) and link to it with the following syntax:

        ![Image caption text](http://www.imagehost.com/path-to-file.png)

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        1 Reply Last reply
        0
        • O Offline
          O Offline
          ontheqt
          wrote on last edited by
          #5

          Yikes, another internet account just to upload a picture. But thanks. Here's the link:

          Windows screenshots

          JKSHJ 1 Reply Last reply
          0
          • O ontheqt

            Yikes, another internet account just to upload a picture. But thanks. Here's the link:

            Windows screenshots

            JKSHJ Offline
            JKSHJ Offline
            JKSH
            Moderators
            wrote on last edited by
            #6

            @ontheqt said:

            Yikes, another internet account just to upload a picture. But thanks. Here's the link:

            Windows screenshots

            Sorry, I'm not able to see anything on that page because your profile is private. Please post a link to the picture itself, not to your profile.

            Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

            1 Reply Last reply
            0
            • O Offline
              O Offline
              ontheqt
              wrote on last edited by
              #7

              Sorry. I believe I have created a public album with both shots:

              Public Windows screenshots

              JKSHJ 1 Reply Last reply
              0
              • O ontheqt

                Sorry. I believe I have created a public album with both shots:

                Public Windows screenshots

                JKSHJ Offline
                JKSHJ Offline
                JKSH
                Moderators
                wrote on last edited by
                #8

                @ontheqt

                Ok, in your original post you said "the option to create a C++ project is missing in Qt Creator", but in your screenshot I see you have the options "Plain C++ Project", "Qt Widgets Application", and many others. Can you please clarify what problem you're facing?

                Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                1 Reply Last reply
                0
                • O Offline
                  O Offline
                  ontheqt
                  wrote on last edited by
                  #9

                  The documentation that I was looking at showed "C++ Project" listed in the main "Projects" menu in the left pane and it wasn't referred to as "plain." Is this the same option but simply relocated and renamed?

                  JKSHJ 1 Reply Last reply
                  0
                  • O ontheqt

                    The documentation that I was looking at showed "C++ Project" listed in the main "Projects" menu in the left pane and it wasn't referred to as "plain." Is this the same option but simply relocated and renamed?

                    JKSHJ Offline
                    JKSHJ Offline
                    JKSH
                    Moderators
                    wrote on last edited by JKSH
                    #10

                    @ontheqt said:

                    The documentation that I was looking at showed "C++ Project" listed in the main "Projects" menu in the left pane and it wasn't referred to as "plain." Is this the same option but simply relocated and renamed?

                    It sounds like you are looking at a very old version of documentation. Use the official and up-to-date documentation that came with your installation. For example:

                    • http://doc.qt.io/qtcreator/creator-project-creating.html
                    • http://doc.qt.io/qt-5/gettingstartedqt.html

                    Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                    1 Reply Last reply
                    1
                    • O Offline
                      O Offline
                      ontheqt
                      wrote on last edited by ontheqt
                      #11

                      Ah, many thanks. I guess Google is not always my friend. :-) Is there some way to accept your answer as the solution?

                      JKSHJ 1 Reply Last reply
                      0
                      • O ontheqt

                        Ah, many thanks. I guess Google is not always my friend. :-) Is there some way to accept your answer as the solution?

                        JKSHJ Offline
                        JKSHJ Offline
                        JKSH
                        Moderators
                        wrote on last edited by
                        #12

                        @ontheqt said:

                        Ah, many thanks. I guess Google is not always my friend. :-)

                        You're welcome!

                        This tool could make Google a bit friendlier ;-) -- https://forum.qt.io/topic/35616/

                        Is there some way to accept your answer as the solution?

                        There's currently no way to mark a post as the solution to a thread unfortunately, but we welcome upvotes :-)

                        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                        1 Reply Last reply
                        2
                        • O Offline
                          O Offline
                          ontheqt
                          wrote on last edited by
                          #13

                          Thanks again. I guess I'll have to settle for upvoting you again. :-)

                          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