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. Trying to open project in later version of QtCreator
Forum Update on Monday, May 27th 2025

Trying to open project in later version of QtCreator

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
qtcreatorproject files
2 Posts 2 Posters 325 Views
  • 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.
  • R Offline
    R Offline
    Rick_Hedin
    wrote on 14 Jun 2023, 10:24 last edited by
    #1

    We have a "development" machine and a "deployed" machine. It turns out, we need to run the our program inside QtCreator on the "deployed" machine, because something is wrong, and we want to run it in the debugger.

    When I copied over our installation directory and tried to open our project, QtCreator complained that our CMakeLists.txt.user file was in a format belonging to an earlier version of Qt, and refused to open our project. When I look at "About" on both sides, the versions look the same.

    How can I get past this, and run my program on the "deployed" system?

    C 1 Reply Last reply 14 Jun 2023, 15:01
    0
    • R Rick_Hedin
      14 Jun 2023, 10:24

      We have a "development" machine and a "deployed" machine. It turns out, we need to run the our program inside QtCreator on the "deployed" machine, because something is wrong, and we want to run it in the debugger.

      When I copied over our installation directory and tried to open our project, QtCreator complained that our CMakeLists.txt.user file was in a format belonging to an earlier version of Qt, and refused to open our project. When I look at "About" on both sides, the versions look the same.

      How can I get past this, and run my program on the "deployed" system?

      C Online
      C Online
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on 14 Jun 2023, 15:01 last edited by
      #2

      @Rick_Hedin said in Trying to open project in later version of QtCreator:

      How can I get past this, and run my program on the "deployed" system?

      Don't copy generated stuff, only the sources.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      1 Reply Last reply
      1

      2/2

      14 Jun 2023, 15:01

      • Login

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