Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. probable noob issue: cannot get QT creator runnning
Forum Updated to NodeBB v4.3 + New Features

probable noob issue: cannot get QT creator runnning

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
5 Posts 2 Posters 402 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.
  • V Offline
    V Offline
    Veit
    wrote on last edited by
    #1

    I installed QT for eval.
    I tried to follow a training video "Using C++ Models with Qt Quick Views", https://doc.qt.io/qt-5/qtquick-modelviewsdata-cppmodels.html , as I want to look at a c++ backend feeding the visualization.
    I use QT creator 11.3. The training uses 4.41.
    the training says to create a "Qt quick application 2" project. The 11.3 has only "qt quick application" so I create that, for Qt > 6.4. The new 11.3 asks for a kit, I use "Desktop 6.6 MinGW 64 bit". After finishing there are following errors
    e99a68fd-7367-43ff-8df6-3c7591a3cd25-image.png!
    Consequently I cannot do anything.

    concerning instalation my status is hopefully complete, like
    88b369b3-adb5-4a41-8f92-7a2f371a5833-image.png

    When I use QT design studio, I can do most of the stuff in the training but could not find a way to incorporate c++ there.
    What did I overlook here? shall I go to design studio or stay at creator?

    sierdzioS 1 Reply Last reply
    0
    • V Offline
      V Offline
      Veit
      wrote on last edited by
      #5

      problem is solved with a command line in the console like

      git config --global http.sslVerify false

      reason was that QT creator intrinsically uses GIT when setting up a project and connects to a GIT server. The data from the GIT has self-certification and our company network does not allow this. With the command above we tell GIT that it shall not check the SSL certificate.

      1 Reply Last reply
      2
      • V Veit

        I installed QT for eval.
        I tried to follow a training video "Using C++ Models with Qt Quick Views", https://doc.qt.io/qt-5/qtquick-modelviewsdata-cppmodels.html , as I want to look at a c++ backend feeding the visualization.
        I use QT creator 11.3. The training uses 4.41.
        the training says to create a "Qt quick application 2" project. The 11.3 has only "qt quick application" so I create that, for Qt > 6.4. The new 11.3 asks for a kit, I use "Desktop 6.6 MinGW 64 bit". After finishing there are following errors
        e99a68fd-7367-43ff-8df6-3c7591a3cd25-image.png!
        Consequently I cannot do anything.

        concerning instalation my status is hopefully complete, like
        88b369b3-adb5-4a41-8f92-7a2f371a5833-image.png

        When I use QT design studio, I can do most of the stuff in the training but could not find a way to incorporate c++ there.
        What did I overlook here? shall I go to design studio or stay at creator?

        sierdzioS Offline
        sierdzioS Offline
        sierdzio
        Moderators
        wrote on last edited by
        #2

        @Veit You don't need Qt for MCUs, but rather regular desktop Qt.

        (Z(:^

        V 1 Reply Last reply
        1
        • sierdzioS sierdzio

          @Veit You don't need Qt for MCUs, but rather regular desktop Qt.

          V Offline
          V Offline
          Veit
          wrote on last edited by
          #3

          @sierdzio : the kit was "desktop QT". I see that the only things installed concerning MCUs was the "common Files" there. I will deinstall this and try again.
          thanks

          V 1 Reply Last reply
          0
          • V Veit

            @sierdzio : the kit was "desktop QT". I see that the only things installed concerning MCUs was the "common Files" there. I will deinstall this and try again.
            thanks

            V Offline
            V Offline
            Veit
            wrote on last edited by
            #4

            stoll not working. The error seems to be GIT related, but I do not use GIT and did not set it anywhere. Also. A colleague has an older version of QT creator (I think version 9 or so) and there this does not appear. Is that a version 11.3 issue?

            1 Reply Last reply
            0
            • V Offline
              V Offline
              Veit
              wrote on last edited by
              #5

              problem is solved with a command line in the console like

              git config --global http.sslVerify false

              reason was that QT creator intrinsically uses GIT when setting up a project and connects to a GIT server. The data from the GIT has self-certification and our company network does not allow this. With the command above we tell GIT that it shall not check the SSL certificate.

              1 Reply Last reply
              2
              • aha_1980A aha_1980 has marked this topic as solved on

              • Login

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