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. Cannot find Makefile. Check your build settings. ( Build Problem )
QtWS25 Last Chance

Cannot find Makefile. Check your build settings. ( Build Problem )

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
15 Posts 5 Posters 954 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.
  • K Offline
    K Offline
    Khalil96
    wrote on last edited by
    #1

    Hi everyone ,

    i use PCL Library with QT Creator to Visualize 3D Images , but when i press run it doesn't compiled .
    can somebody help me with the Problem.

    Best Regards

    jsulmJ 1 Reply Last reply
    0
    • K Khalil96

      Hi everyone ,

      i use PCL Library with QT Creator to Visualize 3D Images , but when i press run it doesn't compiled .
      can somebody help me with the Problem.

      Best Regards

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

      @Khalil96 said in Cannot find Makefile. Check your build settings. ( Build Problem ):

      can somebody help me with the Problem

      Please help us to help you - provide more information.
      What exactly are you trying to build - your app with the lib or the lib?
      Is it a QMake or CMake project?
      Did you run qmake or cmake?

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

      V 1 Reply Last reply
      0
      • jsulmJ jsulm

        @Khalil96 said in Cannot find Makefile. Check your build settings. ( Build Problem ):

        can somebody help me with the Problem

        Please help us to help you - provide more information.
        What exactly are you trying to build - your app with the lib or the lib?
        Is it a QMake or CMake project?
        Did you run qmake or cmake?

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

        @jsulm I'm using qmake project..trying to build the application with lib

        jsulmJ 1 Reply Last reply
        0
        • V Vijaykarthikeyan

          @jsulm I'm using qmake project..trying to build the application with lib

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

          @Vijaykarthikeyan Good to know.
          Do you have a question?

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

          V 1 Reply Last reply
          1
          • jsulmJ jsulm

            @Vijaykarthikeyan Good to know.
            Do you have a question?

            V Offline
            V Offline
            Vijaykarthikeyan
            wrote on last edited by
            #5
            This post is deleted!
            Christian EhrlicherC 1 Reply Last reply
            0
            • V Vijaykarthikeyan

              This post is deleted!

              Christian EhrlicherC Offline
              Christian EhrlicherC Offline
              Christian Ehrlicher
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @Vijaykarthikeyan said in Cannot find Makefile. Check your build settings. ( Build Problem ):

              My previous project which is compiled by msvc 2019 64 bit compiler is not working now.

              What does this mean? Qt6 can be compiled & used with MSVC2019

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

              V 1 Reply Last reply
              0
              • Christian EhrlicherC Christian Ehrlicher

                @Vijaykarthikeyan said in Cannot find Makefile. Check your build settings. ( Build Problem ):

                My previous project which is compiled by msvc 2019 64 bit compiler is not working now.

                What does this mean? Qt6 can be compiled & used with MSVC2019

                V Offline
                V Offline
                Vijaykarthikeyan
                wrote on last edited by
                #7

                @Christian-Ehrlicher what i mean is I.m using Qt 5.15.2 version. Not working on 6.x.. My previous Qt creator is 10.0.2.Current version is 11.0.3.In current version, MINGW compiler is working. But, the msvc compiler even after downloaded in maintenance tool,not working.How to set it?

                Christian EhrlicherC 1 Reply Last reply
                0
                • V Vijaykarthikeyan

                  @Christian-Ehrlicher what i mean is I.m using Qt 5.15.2 version. Not working on 6.x.. My previous Qt creator is 10.0.2.Current version is 11.0.3.In current version, MINGW compiler is working. But, the msvc compiler even after downloaded in maintenance tool,not working.How to set it?

                  Christian EhrlicherC Offline
                  Christian EhrlicherC Offline
                  Christian Ehrlicher
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  @Vijaykarthikeyan said in Cannot find Makefile. Check your build settings. ( Build Problem ):

                  But, the msvc compiler even after downloaded in maintenance tool,not working.How to set it?

                  You do not download the MSVC compiler with the Qt maintainance tool. You have to install it separately.
                  And Qt5 is also compatible with MSVC2019/2022.

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

                  V 1 Reply Last reply
                  0
                  • Christian EhrlicherC Christian Ehrlicher

                    @Vijaykarthikeyan said in Cannot find Makefile. Check your build settings. ( Build Problem ):

                    But, the msvc compiler even after downloaded in maintenance tool,not working.How to set it?

                    You do not download the MSVC compiler with the Qt maintainance tool. You have to install it separately.
                    And Qt5 is also compatible with MSVC2019/2022.

                    V Offline
                    V Offline
                    Vijaykarthikeyan
                    wrote on last edited by
                    #9

                    @Christian-Ehrlicher But,in previous versions like creator 10.0.2,i have downloaded from the maintainance tool itslef.Why couldn't I do here? If I download externally,How to properly set the build steps to configure the project.

                    JonBJ 1 Reply Last reply
                    0
                    • V Vijaykarthikeyan

                      @Christian-Ehrlicher But,in previous versions like creator 10.0.2,i have downloaded from the maintainance tool itslef.Why couldn't I do here? If I download externally,How to properly set the build steps to configure the project.

                      JonBJ Offline
                      JonBJ Offline
                      JonB
                      wrote on last edited by
                      #10

                      @Vijaykarthikeyan
                      Qt Creator is not to do with downloading anything.
                      Neither it nor Qt nor the Maintenance Tool has ever come with MSVC (as opposed to MinGW) compiler.

                      V 1 Reply Last reply
                      0
                      • JonBJ JonB

                        @Vijaykarthikeyan
                        Qt Creator is not to do with downloading anything.
                        Neither it nor Qt nor the Maintenance Tool has ever come with MSVC (as opposed to MinGW) compiler.

                        V Offline
                        V Offline
                        Vijaykarthikeyan
                        wrote on last edited by
                        #11

                        @JonB This is the current maintainance tool for 11.0.3 4b125bae-59d9-4ea7-a4f1-3503fc55a1f0-image.png

                        But,in previous version 10,i have not downloaded from externally and not configured the build steps automatically.
                        Now,If I want to download externally,what are the build steps to correctly configure the project

                        Christian EhrlicherC 1 Reply Last reply
                        0
                        • V Vijaykarthikeyan

                          @JonB This is the current maintainance tool for 11.0.3 4b125bae-59d9-4ea7-a4f1-3503fc55a1f0-image.png

                          But,in previous version 10,i have not downloaded from externally and not configured the build steps automatically.
                          Now,If I want to download externally,what are the build steps to correctly configure the project

                          Christian EhrlicherC Offline
                          Christian EhrlicherC Offline
                          Christian Ehrlicher
                          Lifetime Qt Champion
                          wrote on last edited by
                          #12

                          @Vijaykarthikeyan said in Cannot find Makefile. Check your build settings. ( Build Problem ):

                          But,in previous version 10,i have not downloaded from externally and not configured the build steps automatically.
                          Now,If I want to download externally,what are the build steps to correctly configure the project

                          What does this mean? I don't understand what 'downloaded from externally' means... as you can see you already have downloaded Qt for MSVC 32/64 bit and for MinGW 64 already so what else do you want to download with the maintainance tool?

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

                          V 1 Reply Last reply
                          0
                          • Christian EhrlicherC Christian Ehrlicher

                            @Vijaykarthikeyan said in Cannot find Makefile. Check your build settings. ( Build Problem ):

                            But,in previous version 10,i have not downloaded from externally and not configured the build steps automatically.
                            Now,If I want to download externally,what are the build steps to correctly configure the project

                            What does this mean? I don't understand what 'downloaded from externally' means... as you can see you already have downloaded Qt for MSVC 32/64 bit and for MinGW 64 already so what else do you want to download with the maintainance tool?

                            V Offline
                            V Offline
                            Vijaykarthikeyan
                            wrote on last edited by
                            #13

                            @Christian-Ehrlicher Yes I have..but,in previous versions,Qt automatically configure the build steps for the project.But now in 11.0.3,I have to do manually..How to configure the project correctly.Screenshot 2023-10-03 110803.png

                            This is the problem What I'm facing right now..Screenshot 2023-10-03 110741.png
                            I don't know how to configure.Please help me to sort it out.thanks in advance

                            Christian EhrlicherC 1 Reply Last reply
                            0
                            • V Vijaykarthikeyan

                              @Christian-Ehrlicher Yes I have..but,in previous versions,Qt automatically configure the build steps for the project.But now in 11.0.3,I have to do manually..How to configure the project correctly.Screenshot 2023-10-03 110803.png

                              This is the problem What I'm facing right now..Screenshot 2023-10-03 110741.png
                              I don't know how to configure.Please help me to sort it out.thanks in advance

                              Christian EhrlicherC Offline
                              Christian EhrlicherC Offline
                              Christian Ehrlicher
                              Lifetime Qt Champion
                              wrote on last edited by
                              #14

                              The error message clearly tells you "The kit 'Desktop Qt 5.15.2 MSVC2019 64bit' has configuration issues which might be the root cause for this problem." - so fix the kit settings.

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

                              V 1 Reply Last reply
                              0
                              • Christian EhrlicherC Christian Ehrlicher

                                The error message clearly tells you "The kit 'Desktop Qt 5.15.2 MSVC2019 64bit' has configuration issues which might be the root cause for this problem." - so fix the kit settings.

                                V Offline
                                V Offline
                                Vijaykarthikeyan
                                wrote on last edited by
                                #15

                                @Christian-Ehrlicher I uninstalled those msvc compilers and reinstalled again..now it is working corrrectly

                                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