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. QtCreator and qmake problem.
Forum Updated to NodeBB v4.3 + New Features

QtCreator and qmake problem.

Scheduled Pinned Locked Moved Qt Creator and other tools
6 Posts 2 Posters 5.9k Views 1 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.
  • Q Offline
    Q Offline
    qxoz
    wrote on last edited by
    #1

    Sometimes qmake does not run when you build the project.
    When you change the code and run, it shows the old errors, it's often confuse until you not guess to run qmake manually.
    Is there any options in settings which run qmake with every make?

    1 Reply Last reply
    0
    • Q Offline
      Q Offline
      qxoz
      wrote on last edited by
      #2

      oops! Sorry i post it at wrong place.
      to moderators:
      Can you move this thread to Tools?

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tobias.hunger
        wrote on last edited by
        #3

        Moved as requested.

        No, there is no such option.

        But you could add a custom build step before the qmake step though that removes the makefile. Then qmake will be rerun to regenerate it.

        1 Reply Last reply
        0
        • Q Offline
          Q Offline
          qxoz
          wrote on last edited by
          #4

          Is there possible add custom build step for QtCreator? If yes, can you share information about this?

          1 Reply Last reply
          0
          • T Offline
            T Offline
            tobias.hunger
            wrote on last edited by
            #5

            We do have a manual which is available in the Qt Creator help viewer. Reading it is highly recommended:-)

            Projects->Build Settings, click on "Add Build Step" there.

            1 Reply Last reply
            0
            • Q Offline
              Q Offline
              qxoz
              wrote on last edited by
              #6

              Its useful. Thanks a lot!

              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