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. Need second opinion
Qt 6.11 is out! See what's new in the release blog

Need second opinion

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 4 Posters 744 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    Could somebody please check my build output ?
    Do it look "legal" ?
    It runs...

    11:51:08: Running steps for project SUBPROJECT...
    11:51:08: Starting: "/home/w/Qt/5.15/5.15.2/gcc_64/bin/qmake" /mnt/CAT_PROJECT/TEST_SUBPROJECT/SUBPROJECT/SUBPROJECT.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
    Project MESSAGE: CAT project MAY  20 
    11:51:08: The process "/home/w/Qt/5.15/5.15.2/gcc_64/bin/qmake" exited normally.
    11:51:08: Starting: "/usr/bin/make" -f /mnt/CAT_PROJECT/TEST_SUBPROJECT/build-SUBPROJECT-Desktop_Qt_6_0_1_GCC_64bit-Debug/Makefile qmake_all
    cd qtconnectivity/examples/bluetooth/btscanner/ && /home/w/Qt/5.15/5.15.2/gcc_64/bin/qmake -o Makefile /mnt/CAT_PROJECT/TEST_SUBPROJECT/SUBPROJECT/qtconnectivity/examples/bluetooth/btscanner/btscanner.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
    cd qtconnectivity/examples/bluetooth/btscanner/ && /usr/bin/make -f Makefile qmake_all
    make[1]: Entering directory '/mnt/CAT_PROJECT/TEST_SUBPROJECT/build-SUBPROJECT-Desktop_Qt_6_0_1_GCC_64bit-Debug/qtconnectivity/examples/bluetooth/btscanner'
    make[1]: Nothing to be done for 'qmake_all'.
    make[1]: Leaving directory '/mnt/CAT_PROJECT/TEST_SUBPROJECT/build-SUBPROJECT-Desktop_Qt_6_0_1_GCC_64bit-Debug/qtconnectivity/examples/bluetooth/btscanner'
    cd qtbase/examples/widgets/mainwindows/mdi/ && /home/w/Qt/5.15/5.15.2/gcc_64/bin/qmake -o Makefile /mnt/CAT_PROJECT/TEST_SUBPROJECT/SUBPROJECT/qtbase/examples/widgets/mainwindows/mdi/mdi.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
    cd qtbase/examples/widgets/mainwindows/mdi/ && /usr/bin/make -f Makefile qmake_all
    make[1]: Entering directory '/mnt/CAT_PROJECT/TEST_SUBPROJECT/build-SUBPROJECT-Desktop_Qt_6_0_1_GCC_64bit-Debug/qtbase/examples/widgets/mainwindows/mdi'
    make[1]: Nothing to be done for 'qmake_all'.
    make[1]: Leaving directory '/mnt/CAT_PROJECT/TEST_SUBPROJECT/build-SUBPROJECT-Desktop_Qt_6_0_1_GCC_64bit-Debug/qtbase/examples/widgets/mainwindows/mdi'
    11:51:11: The process "/usr/bin/make" exited normally.
    11:51:11: Elapsed time: 00:02.
    
    1 Reply Last reply
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by
      #2

      Looks like you built your project once successfully then asked to build it again.

      make[1]: Nothing to be done for 'qmake_all'.

      Means everything was already there so it didn't need to build again.

      You can consider the build a success

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      1 Reply Last reply
      2
      • JoeCFDJ Offline
        JoeCFDJ Offline
        JoeCFD
        wrote on last edited by JoeCFD
        #3
        1. Install 5.15.2 in /opt/ because your project will not build anymore if you copy it to another machine. I normally install it into /opt/thirdParties/Qt.
        2. build-SUBPROJECT-Desktop_Qt_6_0_1_GCC_64bit-Debug/qtbase/examples are built with 5.15.2. When 5.15.2 is installed, it has its own examples. No big deal here. But often, you do not want to build Qt examples of higher version with lower version Qt build.
        1 Reply Last reply
        0
        • A Offline
          A Offline
          Anonymous_Banned275
          wrote on last edited by
          #4

          Appreciate all comments.
          I got into BIG trouble with OpenGL and ended up switching to another OS and basically started over.
          No big deal , I am just hoping I can recover my btscanner access and my forms.

          I said it before - I have no idea why Maintenance tool wants to "update " to 6.2 and I end up with 5.15.2 anyway. ;

          Again thanks for spending time to look this over.

          1 Reply Last reply
          0
          • JoeCFDJ Offline
            JoeCFDJ Offline
            JoeCFD
            wrote on last edited by
            #5

            You still have OpenGL problem? Post your problem here. We will help you out. This can not be the reason for you to switch OS.

            1 Reply Last reply
            0
            • sierdzioS Offline
              sierdzioS Offline
              sierdzio
              Moderators
              wrote on last edited by sierdzio
              #6

              Looks good, yes. Whoops sorry, didn't see other replies!

              (Z(:^

              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