Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Using open source Qt creator 4.10.2
Forum Updated to NodeBB v4.3 + New Features

Using open source Qt creator 4.10.2

Scheduled Pinned Locked Moved Solved Mobile and Embedded
13 Posts 3 Posters 1.4k 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.
  • SachinBhatS Offline
    SachinBhatS Offline
    SachinBhat
    wrote on last edited by
    #3

    Thank you. I understand in a better way now after going through the link.

    The issue is, Is there any way to install open source using unified installer available in qt website? Because , I feel i wont be able to develop after the license period in this version. Please let me know if I am right: The License is for the entire frame work and I wont be able to develop with Qt after the license period.

    Regarding the current status of errors:
    When I open my open source version after copying QTCreator 4.10.2 community version to C:\Qt\Tools\ and running the exe,

    I get this error when i try to open myproject
    7bc53490-b998-4d7c-a8e7-91c451389d68-image.png

    Thanks
    Sachin

    KroMignonK 1 Reply Last reply
    0
    • SachinBhatS SachinBhat

      Thank you. I understand in a better way now after going through the link.

      The issue is, Is there any way to install open source using unified installer available in qt website? Because , I feel i wont be able to develop after the license period in this version. Please let me know if I am right: The License is for the entire frame work and I wont be able to develop with Qt after the license period.

      Regarding the current status of errors:
      When I open my open source version after copying QTCreator 4.10.2 community version to C:\Qt\Tools\ and running the exe,

      I get this error when i try to open myproject
      7bc53490-b998-4d7c-a8e7-91c451389d68-image.png

      Thanks
      Sachin

      KroMignonK Offline
      KroMignonK Offline
      KroMignon
      wrote on last edited by
      #4

      @SachinBhat said in Using open source Qt creator 4.10.2:

      When I open my open source version after copying QTCreator 4.10.2 community version to C:\Qt\Tools\ and running the exe,

      I don't believe that you understand what you are doing!

      • You don't have to move installed software from one location to another, MaintenanceTool is there for that. To ensure software are installed in the right place
      • According to your screen copy, you have select an UWP (Universal Windows Platform) Kit... Do you met the requirements? ==> https://doc.qt.io/qt-5/winrt-support.html

      It is an old maxim of mine that when you have excluded the impossible, whatever remains, however improbable, must be the truth. (Sherlock Holmes)

      1 Reply Last reply
      1
      • SachinBhatS Offline
        SachinBhatS Offline
        SachinBhat
        wrote on last edited by
        #5

        Ok, Can I install open source version from Maintenance tool? I understand that the paths are not set after i moved the installer location.

        432c3ca0-d069-48a4-b5d8-356ab150b86a-image.png

        It is not able to locate the kit.

        Thanks
        Sachin

        KroMignonK SGaistS 2 Replies Last reply
        0
        • SachinBhatS Offline
          SachinBhatS Offline
          SachinBhat
          wrote on last edited by
          #6

          @KroMignon said in Using open source Qt creator 4.10.2:

          ccording to your screen copy, you have select an UWP (Universal Windows Platform) Kit... Do you met the requirements?

          My PC is windows 10

          1 Reply Last reply
          0
          • SachinBhatS SachinBhat

            Ok, Can I install open source version from Maintenance tool? I understand that the paths are not set after i moved the installer location.

            432c3ca0-d069-48a4-b5d8-356ab150b86a-image.png

            It is not able to locate the kit.

            Thanks
            Sachin

            KroMignonK Offline
            KroMignonK Offline
            KroMignon
            wrote on last edited by
            #7

            @SachinBhat I would suggest you to completely cleanup your Qt installation to start for clean situation:

            • remove everything from C:\Qt
            • cleanup your Windows profile:
              remove C:\Users\<your user name>\AppData\Roaming\QtProject
              remove C:\Users\<your user name>\AppData\LocalData\QtProject
            • download the online installer from Qt ==> https://www.qt.io/download-thank-you?os=windows&hsLang=en
            • install only the Qt Kits your are really needing
            • open you project with Qt Creator and configure it with the right kit (https://doc.qt.io/qtcreator/creator-configuring-projects.html)
            • start build

            This should work.

            What I don't understand, is that you have build your project with an older Qt version (5.3.2). So you should have a basic knowledge about how Qt works, which don't seems to be the case.

            It is an old maxim of mine that when you have excluded the impossible, whatever remains, however improbable, must be the truth. (Sherlock Holmes)

            SachinBhatS 1 Reply Last reply
            1
            • SachinBhatS SachinBhat

              Ok, Can I install open source version from Maintenance tool? I understand that the paths are not set after i moved the installer location.

              432c3ca0-d069-48a4-b5d8-356ab150b86a-image.png

              It is not able to locate the kit.

              Thanks
              Sachin

              SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #8

              Hi,

              @SachinBhat don't move stuff around like that. Part of the installation process is to ensure that paths are setup correctly so just going and putting stuff somewhere else on your drive is breaking things.

              If you want to change the location of your installation, do as @KroMignon already wrote.

              If you want to use the OpenSource version, skip the login details.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              2
              • SachinBhatS Offline
                SachinBhatS Offline
                SachinBhat
                wrote on last edited by
                #9

                @SGaist said in Using open source Qt creator 4.10.2:

                If you want to use the OpenSource version, skip the login details.

                Thank you for this as this is what I was looking for. Even if i skip the login details I get this in Help/about Qt Creator

                489cb877-1a87-4fcf-aa51-e456e1aa7284-image.png

                Will check what happens after the license is expired.

                I did all the things just for this

                Thanks
                Sachin

                1 Reply Last reply
                0
                • KroMignonK KroMignon

                  @SachinBhat I would suggest you to completely cleanup your Qt installation to start for clean situation:

                  • remove everything from C:\Qt
                  • cleanup your Windows profile:
                    remove C:\Users\<your user name>\AppData\Roaming\QtProject
                    remove C:\Users\<your user name>\AppData\LocalData\QtProject
                  • download the online installer from Qt ==> https://www.qt.io/download-thank-you?os=windows&hsLang=en
                  • install only the Qt Kits your are really needing
                  • open you project with Qt Creator and configure it with the right kit (https://doc.qt.io/qtcreator/creator-configuring-projects.html)
                  • start build

                  This should work.

                  What I don't understand, is that you have build your project with an older Qt version (5.3.2). So you should have a basic knowledge about how Qt works, which don't seems to be the case.

                  SachinBhatS Offline
                  SachinBhatS Offline
                  SachinBhat
                  wrote on last edited by
                  #10

                  @KroMignon said in Using open source Qt creator 4.10.2:

                  What I don't understand, is that you have build your project with an older Qt version (5.3.2). So you should have a basic knowledge about how Qt works, which don't seems to be the case.

                  I am using an existing code base to add new features. So, as I said, I am new to this. Apologise if i have irritated you

                  Thanks
                  Sachin

                  KroMignonK 1 Reply Last reply
                  0
                  • SachinBhatS SachinBhat

                    @KroMignon said in Using open source Qt creator 4.10.2:

                    What I don't understand, is that you have build your project with an older Qt version (5.3.2). So you should have a basic knowledge about how Qt works, which don't seems to be the case.

                    I am using an existing code base to add new features. So, as I said, I am new to this. Apologise if i have irritated you

                    Thanks
                    Sachin

                    KroMignonK Offline
                    KroMignonK Offline
                    KroMignon
                    wrote on last edited by
                    #11

                    @SachinBhat said in Using open source Qt creator 4.10.2:

                    I am using an existing code base to add new features. So, as I said, I am new to this. Apologise if i have irritated you

                    No problem, I can understand that it is complicated to start with Qt. But if you have an existing Qt project, there must be someone how has wrote it. I think it would be easier for you to configure your workstation with his help

                    It is an old maxim of mine that when you have excluded the impossible, whatever remains, however improbable, must be the truth. (Sherlock Holmes)

                    1 Reply Last reply
                    0
                    • SachinBhatS Offline
                      SachinBhatS Offline
                      SachinBhat
                      wrote on last edited by
                      #12

                      Unfortunately, the person who worked on this isn't in our team now. I would document my learnings so that it would be helpful for my team in future

                      Thanks for your diligent support.

                      I will mark this as solved

                      Regards
                      Sachin

                      1 Reply Last reply
                      0
                      • SachinBhatS Offline
                        SachinBhatS Offline
                        SachinBhat
                        wrote on last edited by SachinBhat
                        #13

                        Hi,

                        The one which is downloaded using qt unified installer doesn't have open source version. I found the place where one can install the open source version here https://download.qt.io/archive/qt/5.14/5.14.0/

                        This is helpful for someone who is trying to find the open source version just like me

                        Thanks
                        Sachin

                        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