Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Installation Error Qt Creator
Forum Updated to NodeBB v4.3 + New Features

Installation Error Qt Creator

Scheduled Pinned Locked Moved Unsolved General and Desktop
15 Posts 2 Posters 1.3k 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.
  • Q Offline
    Q Offline
    qt.1234
    wrote on last edited by
    #1

    hi,

    I have installed Qt5.4.0 Creator on a windows7 laptop however my project could not be build. In my laptop i have visual studio 2013 installed.

    The project is just a fresh Qt Widgets Application.

    the below image shows the error:

    (https://ddgobkiprc33d.cloudfront.net/2948d78e-8107-443d-894e-4c6dd100b25a.jpg)

    Please advise. Thank you.

    jsulmJ 1 Reply Last reply
    0
    • Q qt.1234

      hi,

      I have installed Qt5.4.0 Creator on a windows7 laptop however my project could not be build. In my laptop i have visual studio 2013 installed.

      The project is just a fresh Qt Widgets Application.

      the below image shows the error:

      (https://ddgobkiprc33d.cloudfront.net/2948d78e-8107-443d-894e-4c6dd100b25a.jpg)

      Please advise. Thank you.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @qt-1234 said in Installation Error Qt Creator:

      Qt5.4.0 Creator

      I guess you mean Qt 5.4.0? Qt is not the same as QtCreator.
      Why do you use such an old Qt version?
      What exact Qt version did you install? One for Visual Studio 2013?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      Q 1 Reply Last reply
      1
      • jsulmJ jsulm

        @qt-1234 said in Installation Error Qt Creator:

        Qt5.4.0 Creator

        I guess you mean Qt 5.4.0? Qt is not the same as QtCreator.
        Why do you use such an old Qt version?
        What exact Qt version did you install? One for Visual Studio 2013?

        Q Offline
        Q Offline
        qt.1234
        wrote on last edited by qt.1234
        #3

        @jsulm Its Qt Creator 3.3.0 based on Qt 5.4.0. I am using qt creator for development and using visual studio 2013 for its compiler.

        jsulmJ 1 Reply Last reply
        0
        • Q qt.1234

          @jsulm Its Qt Creator 3.3.0 based on Qt 5.4.0. I am using qt creator for development and using visual studio 2013 for its compiler.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @qt-1234 said in Installation Error Qt Creator:

          Qt Creator 3.3.0 based on Qt 5.4.0

          This does not answer my question: which Qt version do YOU use (not which Qt version was used to build QtCreator)?
          So, which exact Qt version did you install?
          Also, QtCreator is an IDE and doesn't matter much. Important is Qt which a framework you're using to write your app.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          Q 1 Reply Last reply
          1
          • jsulmJ jsulm

            @qt-1234 said in Installation Error Qt Creator:

            Qt Creator 3.3.0 based on Qt 5.4.0

            This does not answer my question: which Qt version do YOU use (not which Qt version was used to build QtCreator)?
            So, which exact Qt version did you install?
            Also, QtCreator is an IDE and doesn't matter much. Important is Qt which a framework you're using to write your app.

            Q Offline
            Q Offline
            qt.1234
            wrote on last edited by
            #5

            @jsulm i installed qt5.4.0.

            jsulmJ 1 Reply Last reply
            0
            • Q qt.1234

              @jsulm i installed qt5.4.0.

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @qt-1234 said in Installation Error Qt Creator:

              i installed qt5.4.0

              For Visual Studio 2013 or which one?
              Also, why not a current version?

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              Q 1 Reply Last reply
              1
              • jsulmJ jsulm

                @qt-1234 said in Installation Error Qt Creator:

                i installed qt5.4.0

                For Visual Studio 2013 or which one?
                Also, why not a current version?

                Q Offline
                Q Offline
                qt.1234
                wrote on last edited by qt.1234
                #7

                @jsulm for some reason 5.4.0 must be used. I download it from here. The file name is qt-opensource-windows-x86-msvc2013_64_opengl-5.4.0.exe.

                When i try to build the program, it says file not found MSVCRT.lib and file not found qtmain.lib.

                jsulmJ 1 Reply Last reply
                0
                • Q qt.1234

                  @jsulm for some reason 5.4.0 must be used. I download it from here. The file name is qt-opensource-windows-x86-msvc2013_64_opengl-5.4.0.exe.

                  When i try to build the program, it says file not found MSVCRT.lib and file not found qtmain.lib.

                  jsulmJ Offline
                  jsulmJ Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  @qt-1234 said in Installation Error Qt Creator:

                  says file not found MSVCRT.lib

                  No, it says it can't resolve some symbols. This usually happen if wrong version of a lib is linked.
                  Can you show your Kit?

                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                  Q 1 Reply Last reply
                  0
                  • jsulmJ jsulm

                    @qt-1234 said in Installation Error Qt Creator:

                    says file not found MSVCRT.lib

                    No, it says it can't resolve some symbols. This usually happen if wrong version of a lib is linked.
                    Can you show your Kit?

                    Q Offline
                    Q Offline
                    qt.1234
                    wrote on last edited by
                    #9

                    @jsulm please see the below for the kit and compiler details Untitled.jpg
                    Untitled1.jpg

                    jsulmJ 1 Reply Last reply
                    0
                    • Q qt.1234

                      @jsulm please see the below for the kit and compiler details Untitled.jpg
                      Untitled1.jpg

                      jsulmJ Offline
                      jsulmJ Offline
                      jsulm
                      Lifetime Qt Champion
                      wrote on last edited by
                      #10

                      @qt-1234 Do you use the auto-detected Kit?

                      https://forum.qt.io/topic/113070/qt-code-of-conduct

                      Q 1 Reply Last reply
                      0
                      • jsulmJ jsulm

                        @qt-1234 Do you use the auto-detected Kit?

                        Q Offline
                        Q Offline
                        qt.1234
                        wrote on last edited by qt.1234
                        #11

                        @jsulm yes. is there an issue with that kit?

                        jsulmJ 1 Reply Last reply
                        0
                        • Q qt.1234

                          @jsulm yes. is there an issue with that kit?

                          jsulmJ Offline
                          jsulmJ Offline
                          jsulm
                          Lifetime Qt Champion
                          wrote on last edited by
                          #12

                          @qt-1234 Strange, it should work. Did you try to build a simple C++ project in Visual Studio to make sure it works?

                          https://forum.qt.io/topic/113070/qt-code-of-conduct

                          Q 1 Reply Last reply
                          0
                          • jsulmJ jsulm

                            @qt-1234 Strange, it should work. Did you try to build a simple C++ project in Visual Studio to make sure it works?

                            Q Offline
                            Q Offline
                            qt.1234
                            wrote on last edited by
                            #13

                            @jsulm i couldnt get hello world to work. the error is shown below. Does it mean that my sdk is of a wrong version?

                            Untitled2.jpg

                            jsulmJ 1 Reply Last reply
                            0
                            • Q qt.1234

                              @jsulm i couldnt get hello world to work. the error is shown below. Does it mean that my sdk is of a wrong version?

                              Untitled2.jpg

                              jsulmJ Offline
                              jsulmJ Offline
                              jsulm
                              Lifetime Qt Champion
                              wrote on last edited by
                              #14

                              @qt-1234 When you installed Visual Studio did you select C++ stuff also (it is not installed by default as far as I know). Also, did you install all updates for Visual Studio?

                              https://forum.qt.io/topic/113070/qt-code-of-conduct

                              Q 1 Reply Last reply
                              1
                              • jsulmJ jsulm

                                @qt-1234 When you installed Visual Studio did you select C++ stuff also (it is not installed by default as far as I know). Also, did you install all updates for Visual Studio?

                                Q Offline
                                Q Offline
                                qt.1234
                                wrote on last edited by qt.1234
                                #15

                                @jsulm i did not take note of the configuration when i install it. But i did a offline installation for the visual studio becos i dont have an internet connection.

                                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