qt-bazel-example
qt-bazel-example copied to clipboard
An example QT application built with Bazel
hello, This is a very good projects, it makes bazel better for QT creators. And I have a crary ideal,how to make a qt plugin by bazel? Thanks,and I also...
A set of rules that work for both Qt4 and Qt5 and sub-revisions would be great. https://docs.bazel.build/versions/master/toolchains.html
currently qt_cc_library function takes a single header file and then generates the moc file for that, It would be nice to have a rule where it can take a list...
D:\bazel\qt-bazel-example>bazel build //hello_world:main ................. DEBUG: C:/users/12583/appdata/local/temp/_bazel_12583/qytsa17g/external/bazel_tools/tools/cpp/lib_cc_configure.bzl:37:3: Auto-Configuration Warning: 'BAZEL_VC' is not set, start looking for the latest Visual C++ installed. DEBUG: C:/users/12583/appdata/local/temp/_bazel_12583/qytsa17g/external/bazel_tools/tools/cpp/lib_cc_configure.bzl:37:3: Auto-Configuration Warning: Looking for VS%VERSION%COMNTOOLS environment variables,eg. VS140COMNTOOLS...
Got the following error using the current `BUILD.qt` `external/qt/QtWidgets/qwidget.h:45:31: fatal error: QtGui/qwindowdefs.h: No such file or directory #include ` The error seems due to missing header files under QtGUI. Including...