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

Compiler path ignored

XMLWordPrintable

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

      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.
       

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes