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

[Reg 12.0 -> 13.0] Repeated "Warning: The build directory should be at the same level as the source directory" when configuring project kits

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 13.0.0-rc1
    • None
    • Windows 10 22H2

      In Qt Creator 12 and earlier, the default shadow build folder was:

      <PROJECT_SRC_DIR>/../build-<KIT_NAME>-<BUILD_CONFIG>

       

      Qt Creator 13 restructured this (https://codereview.qt-project.org/c/qt-creator/qt-creator/+/526506 ) to: 

      <PROJECT_SRC_DIR>/build/<KIT_NAME>-<BUILD_CONFIG>

       

      However, the path validator does not seem to have been updated to expect the new structure:

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

            kandeler Christian Kandeler
            skoh-qt Sze Howe Koh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes