Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-20108

Second 'Make' build step added to imported project adds an empty argument

    XMLWordPrintable

Details

    • adb169149c2aff23f069dd9850e7afa9b6d19e45

    Description

      Create a very simple project: mkdir proj && touch proj/main.c proj/Makefile

      Import that via Welcome -> + New Project -> Import Project (last) -> Import Existing Project (last)

      After importing, go to Projects -> Build & Run / Build and in Build Settings (which by default has a make all config) click on "Add Build Step" -> "Make"

      This now has the config Make: make '' all – notice the stray '' argument, which when running becomes an empty string that make does not like: empty string invalid as file name. Stop. This can not be removed anymore via the UI, the project.creator.user file has to be edited to delete corresponding <value type="QString"></value> entry manually.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            hunger Tobias Hunger
            tmmz Thomas Otto
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes