Search code examples
tensorflowqt-creatorbazel

Bazel + QtCreator


It seems, there is no "standard/official" way of opening Bazel (the build system used to build tensorflow applications) projects in QtCreator, but have anyone figured out any workaround?


Solution

  • Ok, I figured it out. At this fork of TensorFlow you can find a workaround of QtCreator support. The following features are tested and work:

    • building project with (Ctrl+B)
    • running with (Ctrl+R)
    • text highlighting
    • locator (Ctrl+L)
    • code navigation (F2)

    enter image description here