ritual icon indicating copy to clipboard operation
ritual copied to clipboard

Use C++ libraries from Rust

Results 41 ritual issues
Sort by recently updated
recently updated
newest added

linux arm 32 supper

Hello, when trying to make a simple hello world application, this error appears. I have cmake available and on PATH and it seems to work on ritual too. Thanks. ```...

How to build qt shared library ? [My project][111] the app works perfectly if I build it as an app. [TEMPLATE = app][112] If I create a shared lib with...

i ask this here, because github discussions seem to not be enabled for this project --- i am still quite new to rust and have no experience in c/c++ (or...

I tried to run the [examples](https://github.com/rust-qt/examples/), and it failed with the message: ```ts [2021-12-24T21:04:44Z ERROR ritual_common::errors] Error: [2021-12-24T21:04:44Z ERROR ritual_common::errors] failed to run command: "cmake" "-Wno-dev" "/home/hasezoey/.local/cargo/registry/src/github.com-1ecc6299db9ec823/qt_ui_tools-0.5.0/c_lib" "-DRITUAL_LIBRARY_TYPE=STATIC" "-DRITUAL_CPP_LIB_VERSION=51400" "-DRITUAL_INCLUDE_PATH=/usr/include/qt;/usr/include/qt/QtUiTools;/usr/include/qt/QtCore;/usr/include/qt/QtGui;/usr/include/qt/QtWidgets"...

Triggered by all `qt_*` crates i tried (including `qt_core`, `qt_gui`) Output: ```txt Current Qt version (5.15.2) is unknown to qt_ui_tools crate. Using closest known version (5.14.0) ``` I dont know...

Hi, i am trying to dynamically "replace" the serie from a QLineSeries in a QChart (located in the main Gui) from a QThread worker function, and as a consequence i...

openSUSE packages `qmake` in `libqt4-devel`, which is a Qt4 package. The actual command that needs to be run here is `qmake-qt5`, which is in the package `libqt5-qtbase-common-devel`. Making a symbolic...

This updates the `clang` dependency for the `ritual` crate from 0.20.0 to 1.0(.3). This fixes an issue for me on Gentoo where the older version of `clang-sys` that `clang` depends...

I was wondering if there were any plans to support environment MSVC 32-bit?