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. Creator 2.2 ignores Makefile parameter
Qt 6.11 is out! See what's new in the release blog

Creator 2.2 ignores Makefile parameter

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 1 Posters 2.8k 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.
  • H Offline
    H Offline
    Henrik
    wrote on last edited by
    #1

    I use different Makefile names for my Project (Makefile.debug and Makefile.release) and in QtCreator 2.1 it is no Problem having 2 Build Configurations. One with -f Makefile.debug as make parameter and one with -f Makefile.release.
    Today I upgraded to QtCreator 2.2 and now no make file is found. If I create an Alias named Makefile to one of my make files then the project compiles. So it seems to me that version 2.2 ignores my parameters.
    Has anyone the same problem ?
    I' am using OSX 10.6 with Xcode 3 and Xcode 4 installed.

    1 Reply Last reply
    0
    • H Offline
      H Offline
      Henrik
      wrote on last edited by
      #2

      It looks like there is a check if a file with the name "Makefile" exists if not the make command isn't started. When I create an empty file with the name "Makefile" the command is executed correctly.

      1 Reply Last reply
      0
      • H Offline
        H Offline
        Henrik
        wrote on last edited by
        #3

        QtCreator 2.2 respects the MAKEFILE setting from the .pro files so i just have to set my Makefile name there and it works without Problems and without adding the make -f parameter by myself.
        So it's no bug it's a feature ! (indeed)

        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