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. How to put project file generation mode
Qt 6.11 is out! See what's new in the release blog

How to put project file generation mode

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 Posters 984 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
    Ardec
    wrote on last edited by
    #1

    hello,
    How to Create the needed Qt project file by running qmake in project file generation mode in the application directory??

    How to put Qt creator in project file generation mode??

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      AFAIK Qt Creator doesn't provide that option. You usually start a new project from with it or open an existing one.

      For qmake, open the command line, go the the folder you want and call qmake -project.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      A 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        AFAIK Qt Creator doesn't provide that option. You usually start a new project from with it or open an existing one.

        For qmake, open the command line, go the the folder you want and call qmake -project.

        A Offline
        A Offline
        Ardec
        wrote on last edited by
        #3

        @SGaist You menat to say directly i shoud go to the application directory and call qmke -project via command prompt

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Yes, that's it.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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