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

Qt Creator can't load exe correct when add suffixes to TARGET

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • Qt Creator 2.6.1
    • None
    • Qt 5.0, MSVC 2010, Win7 32bit

    Description

      For example:
      (*.pro)

      TARGET = myapp
      build_pass:CONFIG(debug, debug|release) {
      unix: TARGET = $$join(TARGET,,,_debug)
      else: TARGET = $$join(TARGET,,,_d)
      }
      Its output target is myapp_d.exe, but when start debug it still load myapp.exe.

      Attachments

        Issue Links

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

          Activity

            People

              dt Daniel Teske
              lding liu ding
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes