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. Qt 6.5.3 'QCoreApplication' file not found
Forum Updated to NodeBB v4.3 + New Features

Qt 6.5.3 'QCoreApplication' file not found

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
10 Posts 4 Posters 2.1k 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.
  • M Offline
    M Offline
    milppo
    wrote on last edited by milppo
    #1

    JUST downloaded. Reinstalled didn't help
    How fix?
    2cdc73d3-57ba-4811-bc5f-1d94f19762d1-image.png

    jsulmJ C 2 Replies Last reply
    0
    • M milppo

      JUST downloaded. Reinstalled didn't help
      How fix?
      2cdc73d3-57ba-4811-bc5f-1d94f19762d1-image.png

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

      @milppo said in Qt 6.5.3 'QCoreApplication' file not found:

      How fix?

      First provide more information:

      • On which OS?
      • What compiler?
      • What Qt version?
      • Are you using QMake or CMake?
      • Did you configure project properly in *.pro or CMakeLists.txt file? (https://doc.qt.io/qt-6/qcoreapplication.html tells you what to do to use QCoreApplication)
      • Does the app actually build?

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

      M 1 Reply Last reply
      0
      • jsulmJ jsulm

        @milppo said in Qt 6.5.3 'QCoreApplication' file not found:

        How fix?

        First provide more information:

        • On which OS?
        • What compiler?
        • What Qt version?
        • Are you using QMake or CMake?
        • Did you configure project properly in *.pro or CMakeLists.txt file? (https://doc.qt.io/qt-6/qcoreapplication.html tells you what to do to use QCoreApplication)
        • Does the app actually build?
        M Offline
        M Offline
        milppo
        wrote on last edited by
        #3

        @jsulm
        Windows 11
        Qt Creator 11.0.3 Community
        Qt 6.5.3
        QMake
        Yes
        don't know
        This is my first build and I wanted to check on the basic output

        JonBJ 1 Reply Last reply
        0
        • M milppo

          @jsulm
          Windows 11
          Qt Creator 11.0.3 Community
          Qt 6.5.3
          QMake
          Yes
          don't know
          This is my first build and I wanted to check on the basic output

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

          @milppo said in Qt 6.5.3 'QCoreApplication' file not found:

          don't know

          Try to actually compile your program, does that succeed or error? It is possible that the screenshot shows only Creator IDE failing to find file, trying to compile will tell us.

          M 1 Reply Last reply
          0
          • JonBJ JonB

            @milppo said in Qt 6.5.3 'QCoreApplication' file not found:

            don't know

            Try to actually compile your program, does that succeed or error? It is possible that the screenshot shows only Creator IDE failing to find file, trying to compile will tell us.

            M Offline
            M Offline
            milppo
            wrote on last edited by
            #5

            @JonB
            just doesn't finish

            JonBJ 1 Reply Last reply
            0
            • M milppo

              @JonB
              just doesn't finish

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

              @milppo
              That does not help a lot, compilers "finish" (as opposed to just hanging). Either it successfully compiles or it gives you some error message (Creator build output pane) presumably similar to what you see in your screenshot?

              M 1 Reply Last reply
              0
              • JonBJ JonB

                @milppo
                That does not help a lot, compilers "finish" (as opposed to just hanging). Either it successfully compiles or it gives you some error message (Creator build output pane) presumably similar to what you see in your screenshot?

                M Offline
                M Offline
                milppo
                wrote on last edited by milppo
                #7

                @JonB

                The process "C:\Qt\Tools\mingw1120_64\bin\mingw32-make.exe" completed successfully.
                In the build output

                15:58:46: Stages for the web2 project are being completed...
                15:58:46: The settings have not changed, the qmake step is skipped.
                15:58:46: Runs: “C:\Qt\Tools\mingw1120_64\bin\mingw32-make.exe” -j12
                C:/Qt/Tools/mingw1120_64/bin/mingw32-make -f Makefile.Release
                mingw32-make[1]: Entering directory 'C:/Users/vladi/OneDrive/Documents/build-veb2-Desktop_Qt_6_5_3_MinGW_64_bit-Release'
                mingw32-make[1]: Nothing to be done for 'first'.
                mingw32-make[1]: Leaving directory 'C:/Users/vladi/OneDrive/Documents/build-veb2-Desktop_Qt_6_5_3_MinGW_64_bit-Release'
                15:58:46: The process “C:\Qt\Tools\mingw1120_64\bin\mingw32-make.exe” completed successfully.
                15:58:46: Time passed: 00:00.
                all output

                jsulmJ 1 Reply Last reply
                0
                • M milppo

                  @JonB

                  The process "C:\Qt\Tools\mingw1120_64\bin\mingw32-make.exe" completed successfully.
                  In the build output

                  15:58:46: Stages for the web2 project are being completed...
                  15:58:46: The settings have not changed, the qmake step is skipped.
                  15:58:46: Runs: “C:\Qt\Tools\mingw1120_64\bin\mingw32-make.exe” -j12
                  C:/Qt/Tools/mingw1120_64/bin/mingw32-make -f Makefile.Release
                  mingw32-make[1]: Entering directory 'C:/Users/vladi/OneDrive/Documents/build-veb2-Desktop_Qt_6_5_3_MinGW_64_bit-Release'
                  mingw32-make[1]: Nothing to be done for 'first'.
                  mingw32-make[1]: Leaving directory 'C:/Users/vladi/OneDrive/Documents/build-veb2-Desktop_Qt_6_5_3_MinGW_64_bit-Release'
                  15:58:46: The process “C:\Qt\Tools\mingw1120_64\bin\mingw32-make.exe” completed successfully.
                  15:58:46: Time passed: 00:00.
                  all output

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

                  @milppo said in Qt 6.5.3 'QCoreApplication' file not found:

                  The process "C:\Qt\Tools\mingw1120_64\bin\mingw32-make.exe" completed successfully

                  So, you indeed can build your project...

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

                  1 Reply Last reply
                  0
                  • M milppo

                    JUST downloaded. Reinstalled didn't help
                    How fix?
                    2cdc73d3-57ba-4811-bc5f-1d94f19762d1-image.png

                    C Offline
                    C Offline
                    CompSciDude
                    wrote on last edited by
                    #9

                    @milppo I assume you are using Qt Creator from the screenshot. What version of Qt Creator are you using? I remember running into a problem with Qt Creator not being able to find certain headers. I would try updating your version of Qt Creator and see if that works.

                    M 1 Reply Last reply
                    0
                    • C CompSciDude

                      @milppo I assume you are using Qt Creator from the screenshot. What version of Qt Creator are you using? I remember running into a problem with Qt Creator not being able to find certain headers. I would try updating your version of Qt Creator and see if that works.

                      M Offline
                      M Offline
                      milppo
                      wrote on last edited by
                      #10

                      @CompSciDude
                      Qt Creator 11.0.3

                      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