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. QT creator 11.0.3 issues with loading project

QT creator 11.0.3 issues with loading project

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

    I am evaluating QT, on a windows 11 machine.

    • I create a new QT-quick "hello world" app with MinGW kit. I
    • I do not do any changes
    • after that the project is set up, I can run it with ctrl-R or F5, even when the code shows errors
    • The project looks like
      after creation.png
    • Then I close the creator and then I reload the project
    • now ctr-R or F5 does not work anymore
    • the project looks also differently now:
      after reloading.png

    what is going on?

    sierdzioS 1 Reply Last reply
    0
    • V Veit

      I am evaluating QT, on a windows 11 machine.

      • I create a new QT-quick "hello world" app with MinGW kit. I
      • I do not do any changes
      • after that the project is set up, I can run it with ctrl-R or F5, even when the code shows errors
      • The project looks like
        after creation.png
      • Then I close the creator and then I reload the project
      • now ctr-R or F5 does not work anymore
      • the project looks also differently now:
        after reloading.png

      what is going on?

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

      Looks like you are opening a wrong CMakeLists file - QTtest2 instead of QTtest2App.

      (Z(:^

      V 1 Reply Last reply
      1
      • sierdzioS sierdzio

        Looks like you are opening a wrong CMakeLists file - QTtest2 instead of QTtest2App.

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

        @sierdzio thanks for the hint. Be aware that I am currently evaluating so I do not now much about CMakeList. I just create a new project, save it, restart the Creator and load a created *.qmlproject file. I assumed this is the project file. Is this my mistake? What can I load instead?

        sierdzioS 1 Reply Last reply
        0
        • V Veit

          @sierdzio thanks for the hint. Be aware that I am currently evaluating so I do not now much about CMakeList. I just create a new project, save it, restart the Creator and load a created *.qmlproject file. I assumed this is the project file. Is this my mistake? What can I load instead?

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

          @Veit said in QT creator 11.0.3 issues with loading project:

          @sierdzio thanks for the hint. Be aware that I am currently evaluating so I do not now much about CMakeList. I just create a new project, save it, restart the Creator and load a created *.qmlproject file. I assumed this is the project file. Is this my mistake? What can I load instead?

          CMakeLists.txt located in root folder of your project is the main project file.

          (Z(:^

          1 Reply Last reply
          1

          • Login

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