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. [Qt Creator 10] Qmake
Forum Updated to NodeBB v4.3 + New Features

[Qt Creator 10] Qmake

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
5 Posts 4 Posters 1.3k Views 3 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.
  • J Offline
    J Offline
    jhayar
    wrote on last edited by jhayar
    #1

    Hi ,
    would like to ask if this is really expected ? after updating may Qt Creator 9 to 10 , qmake is now missing in build system when i creating Qt Quick Application , only QBS and Cmake is available , but it is available when i create a QT Widget , ?

    if yes that is expected , any way i can use qmake in QtQuick app just like in Qt Creator 9?

    qmake is a great tool for mobile app ,
    it has the ability to set info.plist, launch storyboard, objective c++ wrappers , and assets file easily , i know there is also in CMake , but i don't know how as well as in QBS .

    Thanks

    JKSHJ 1 Reply Last reply
    0
    • J jhayar

      Hi ,
      would like to ask if this is really expected ? after updating may Qt Creator 9 to 10 , qmake is now missing in build system when i creating Qt Quick Application , only QBS and Cmake is available , but it is available when i create a QT Widget , ?

      if yes that is expected , any way i can use qmake in QtQuick app just like in Qt Creator 9?

      qmake is a great tool for mobile app ,
      it has the ability to set info.plist, launch storyboard, objective c++ wrappers , and assets file easily , i know there is also in CMake , but i don't know how as well as in QBS .

      Thanks

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by JKSH
      #2

      @jhayar said in [Qt Creator 10] Qmake:

      would like to ask if this is really expected ? after updating may Qt Creator 9 to 10 , qmake is now missing in build system when i creating Qt Quick Application , only QBS and Cmake is available , but it is available when i create a QT Widget , ?

      They didn't announce it, but it was done on purpose: https://bugreports.qt.io/browse/QTCREATORBUG-28964

      This is because there are many new QML features now that are only supported under CMake.

      if yes that is expected , any way i can use qmake in QtQuick app just like in Qt Creator 9?

      You can still use qmake for Qt Quick apps if you want. Copy an existing *.pro file from an older project.

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      J D 2 Replies Last reply
      2
      • JKSHJ JKSH

        @jhayar said in [Qt Creator 10] Qmake:

        would like to ask if this is really expected ? after updating may Qt Creator 9 to 10 , qmake is now missing in build system when i creating Qt Quick Application , only QBS and Cmake is available , but it is available when i create a QT Widget , ?

        They didn't announce it, but it was done on purpose: https://bugreports.qt.io/browse/QTCREATORBUG-28964

        This is because there are many new QML features now that are only supported under CMake.

        if yes that is expected , any way i can use qmake in QtQuick app just like in Qt Creator 9?

        You can still use qmake for Qt Quick apps if you want. Copy an existing *.pro file from an older project.

        J Offline
        J Offline
        jhayar
        wrote on last edited by
        #3

        @JKSH got this thanks

        1 Reply Last reply
        0
        • J jhayar has marked this topic as solved on
        • S Offline
          S Offline
          seyed
          wrote on last edited by
          #4

          Strange behavior! The great Qt 5.15 is still there and it lakes on CMake so why Qt company force users to migrate?
          Is there any chance to enable it if I build QtC myself?

          Christian EhrlicherC 1 Reply Last reply
          0
          • S seyed

            Strange behavior! The great Qt 5.15 is still there and it lakes on CMake so why Qt company force users to migrate?
            Is there any chance to enable it if I build QtC myself?

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

            @seyed said in [Qt Creator 10] Qmake:

            Strange behavior! The great Qt 5.15 is still there and it lakes on CMake so why Qt company force users to migrate?

            It's still available - but not for new QML projects since noone will add the new features to qmake. But when you add them then qmake can also be used for new QML projects.

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

            1 Reply Last reply
            0
            • JKSHJ JKSH forked this topic on
            • D dankrol referenced this topic on

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved