--
You received this message because you are subscribed to the Google Groups "bazel-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-discus...@googlegroups.com.
To post to this group, send email to bazel-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/50d8409a-7c95-4f3c-8c60-5457e88eaeed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/CAFQ2z_PsA-Go7fFK8RbT5YqJ0SsGneneyonBtTT6zYipS5Tivw%40mail.gmail.com.
I also would like to use QtCreator (just like IDE, *not* to build GUI application) to build tensorflow applications.
If anyone has workarounds, please share.
--
You received this message because you are subscribed to the Google Groups "bazel-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/fcf694a0-086a-4fde-9053-3fde024d2e8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Just in case. If anyone wanted to use QtCreator and Bazel to work with tensorflow, here is my workaround - https://stackoverflow.com/questions/44673800/bazel-qtcreator
Mainly, I imported the project with "Import existing project". I did not touch the file filters. Then I have a script that uses repo and git utilities to update the .files file, which I run regularly. I also regularly re-add the bazel-genfiles. I've also added BUILD, *.bzl and WORKSPACE files to the qt internal python MIME type so I get python syntax highlighting. As for the build/run targets, I add them manually each time I need one.
Quite some work, but absolutely none of the Java based IDEs has ever worked for me on the big C++ projects I've been working on, with slow-downs, crashes, out-of-memory problems and all that.