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

Compiler path ignored

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • Qt Creator 4.0.3, Qt Creator 4.6.0
    • Debian testing/unstable.

    Description

      As per Debian bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834543
      How to reproduce: In Tools->Options->Build & Run->Compilers select gcc
      and click Clone, then change the compiler path to /bin/cat. Change the
      kit's compiler to the newly cloned compiler and compile some .cpp file.
      Expected outcome: Qt Creator calls /bin/cat on the .cpp file.
      Actual outcome: Qt Creator calls g++ on the .cpp file.

      This causes a real problem when you want to compile using clang++-3.8,
      because Qt Creator will always use g++ or clang++, ignoring the path set
      by the user.
       

      Attachments

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

        Activity

          People

            hunger Tobias Hunger
            lisandropm Lisandro Damián Nicanor Pérez Meyer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes