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. Rollback QtCreator to previous version? Using online maintenance tool.
Forum Update on Tuesday, May 27th 2025

Rollback QtCreator to previous version? Using online maintenance tool.

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
qt creator 4.6online installeunit testsproject config
7 Posts 3 Posters 4.6k 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.
  • StevenFSS Offline
    StevenFSS Offline
    StevenFS
    wrote on last edited by
    #1

    How can I rollback from QtCreator 4.6.0 to previous 4.5.2 using MaintenanceTool.exe on Windows? On March 28th I updated to the March 27, 2018 QtCreator 4.6.0. This week I've encountered problems/ glitchy behavior in the IDE for the first time. I simply want to rollback to previous IDE.

    Windows 10 , Qt 5.9.2
    All updates done with: \Qt-59\MaintenanceTool.exe
    Originally installed using Qt Online Installer

    Thanks,


    Two issues I've encountered:

    1. When disabling the Google Test(none) in the Tests sidebar. Tools > Options > Testing > General > (uncheck) GTest > Apply, my 'QtTests' disappear from the sidebar tests tree instead displaying "Qt Test(none)". (Happens occasionally not always).

    2. When quickly jumping between different compiler/project configurations , it begins setting the wrong "Executable" filepath on the 'Run' screen after parsing the project. Mode Selector sidebar > Projects > Build & Run > Desktop Qt 5.9.2 MSVC2015 32bit | Run

      • Sets the Working directory: c:\qtdev\myProject\builds-src-qt.592.win32_msvc2015_kit\myProject (normal)
      • The compiler actually builds all binaries in [build/release] subdirs eg. c:\qtdev\myProject\builds-src-qt.592.win32_msvc2015_kit\myProject\Debug\myProject.exe (has always done this)
      • Automatically/incorrectly sets the executable to: c:\qtdev\myProject\builds-src-qt.592.win32_msvc2015_kit\myProject\myProject.exe
      • Project compiles. When attempting to run, the "Application Output:" window throws Executable c:\qtdev\myProject\builds-src-qt.592.win32_msvc2015_kit\myProject\myProject.exe file not found. (or similar).

    This has never been a problem I deleted all my *.pro.user files and ultimately ran git clone for a clean working copy and reproduced the error. Compilers configurations are Build & Release for:

    • Desktop Qt 5.9.2 MSVC2015 32bit
    • Desktop Qt 5.9.2 MSVC2015 64bit
    • Desktop Qt 5.9.2 MinGW 32bit

    I lost most of yesterday troubleshooting this to no avail. I had been testing a C++ memory-access problem that fails with MSVC and no other compilers ... hence jumping configurations.

    C++ Software Engineer

    K 1 Reply Last reply
    0
    • StevenFSS StevenFS

      How can I rollback from QtCreator 4.6.0 to previous 4.5.2 using MaintenanceTool.exe on Windows? On March 28th I updated to the March 27, 2018 QtCreator 4.6.0. This week I've encountered problems/ glitchy behavior in the IDE for the first time. I simply want to rollback to previous IDE.

      Windows 10 , Qt 5.9.2
      All updates done with: \Qt-59\MaintenanceTool.exe
      Originally installed using Qt Online Installer

      Thanks,


      Two issues I've encountered:

      1. When disabling the Google Test(none) in the Tests sidebar. Tools > Options > Testing > General > (uncheck) GTest > Apply, my 'QtTests' disappear from the sidebar tests tree instead displaying "Qt Test(none)". (Happens occasionally not always).

      2. When quickly jumping between different compiler/project configurations , it begins setting the wrong "Executable" filepath on the 'Run' screen after parsing the project. Mode Selector sidebar > Projects > Build & Run > Desktop Qt 5.9.2 MSVC2015 32bit | Run

        • Sets the Working directory: c:\qtdev\myProject\builds-src-qt.592.win32_msvc2015_kit\myProject (normal)
        • The compiler actually builds all binaries in [build/release] subdirs eg. c:\qtdev\myProject\builds-src-qt.592.win32_msvc2015_kit\myProject\Debug\myProject.exe (has always done this)
        • Automatically/incorrectly sets the executable to: c:\qtdev\myProject\builds-src-qt.592.win32_msvc2015_kit\myProject\myProject.exe
        • Project compiles. When attempting to run, the "Application Output:" window throws Executable c:\qtdev\myProject\builds-src-qt.592.win32_msvc2015_kit\myProject\myProject.exe file not found. (or similar).

      This has never been a problem I deleted all my *.pro.user files and ultimately ran git clone for a clean working copy and reproduced the error. Compilers configurations are Build & Release for:

      • Desktop Qt 5.9.2 MSVC2015 32bit
      • Desktop Qt 5.9.2 MSVC2015 64bit
      • Desktop Qt 5.9.2 MinGW 32bit

      I lost most of yesterday troubleshooting this to no avail. I had been testing a C++ memory-access problem that fails with MSVC and no other compilers ... hence jumping configurations.

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @StevenFS

      AFAIK still no possibility to roll-back. I believe there has been a report opened on JIRA for giving at least a choice.

      However, you should be able to install an older version in parallel. At least that was reported in past time as a solution. Not sure if there might be conflicts through ini or other files.

      Vote the answer(s) that helped you to solve your issue(s)

      aha_1980A 1 Reply Last reply
      4
      • K koahnig

        @StevenFS

        AFAIK still no possibility to roll-back. I believe there has been a report opened on JIRA for giving at least a choice.

        However, you should be able to install an older version in parallel. At least that was reported in past time as a solution. Not sure if there might be conflicts through ini or other files.

        aha_1980A Offline
        aha_1980A Offline
        aha_1980
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @koahnig is right, usually it's easy to install versions in parallel. it might be needed to set up Kits by hand and I'd avoid switching Creator versions back and forth (though it might work).

        regarding your problems: please report them as regressions on bugreports.qt.io.

        thanks

        Qt has to stay free or it will die.

        1 Reply Last reply
        3
        • StevenFSS Offline
          StevenFSS Offline
          StevenFS
          wrote on last edited by
          #4

          Thanks guys. Not what I wanted to hear but appreciate having a definitive answer. I'll give it a shot. That might be a good feature to add to the Maintenance tool, for a variety of reasons.

          I'll send out that regression report on Monday. Without being able to rollback reliably, I can't 100% isolate these bugs to the environment. However I'm >90% sure the blocker, it setting the executable to the wrong filepath, is related to the QtCreator upgrade.

          Have a good weekend!

          C++ Software Engineer

          aha_1980A 1 Reply Last reply
          1
          • StevenFSS StevenFS

            Thanks guys. Not what I wanted to hear but appreciate having a definitive answer. I'll give it a shot. That might be a good feature to add to the Maintenance tool, for a variety of reasons.

            I'll send out that regression report on Monday. Without being able to rollback reliably, I can't 100% isolate these bugs to the environment. However I'm >90% sure the blocker, it setting the executable to the wrong filepath, is related to the QtCreator upgrade.

            Have a good weekend!

            aha_1980A Offline
            aha_1980A Offline
            aha_1980
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @StevenFS

            you can also add suggestions and feature requests at the bug tracker.

            and please add a link to your reports here.

            thanks

            Qt has to stay free or it will die.

            StevenFSS 1 Reply Last reply
            1
            • aha_1980A aha_1980

              @StevenFS

              you can also add suggestions and feature requests at the bug tracker.

              and please add a link to your reports here.

              thanks

              StevenFSS Offline
              StevenFSS Offline
              StevenFS
              wrote on last edited by
              #6

              @aha_1980 I'm sending Qt Support an overarching set of questions/problems to be sorted out on my end. I don't want to spam the mailing list until I'm more confident this is QtCreator related and not bad configurations locally. I will be sure to link any bug-reports once submitted!

              C++ Software Engineer

              K 1 Reply Last reply
              1
              • StevenFSS StevenFS

                @aha_1980 I'm sending Qt Support an overarching set of questions/problems to be sorted out on my end. I don't want to spam the mailing list until I'm more confident this is QtCreator related and not bad configurations locally. I will be sure to link any bug-reports once submitted!

                K Offline
                K Offline
                koahnig
                wrote on last edited by
                #7

                @StevenFS

                When you have paid for a license the Qt support line is definitely a target for your questions, since you have paid.

                @aha_1980 referred to the Qt bug tracker on JIRA Sometimes it worth to check there if there is already a report. Also you may others when you are posting a proper description there. Someone in charge will rate it and comment on it. Certainly nothjing to do all the time, but it is the only place where possible bugs and suggestions are tracked and monitored.

                Over here nobody is monitoring the issues and ensuring a solution.

                When you post the report number over here, others can vote for the report and raising its importance.

                Vote the answer(s) that helped you to solve your issue(s)

                1 Reply Last reply
                2

                • Login

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