-
@tobinder I would like to spend some time making this tool run again. The GUI is now running on my local machine (CMake and QT5.15) with only minor code changes. I found the repositories for `IceGrai…
-
I tried to build JAERO on my kubuntu 21.10 system.
First, in ci-linux-build.sh, there is a change in packages:
qt5-default is no more avaliable.
I found a way here https://stackoverflow.com/que…
-
[project proposal.docx](https://github.com/user-attachments/files/17320432/project.proposal.docx)
-
In file included from /usr/include/stdio.h:867,
from /usr/include/c++/9/cstdio:42,
from /usr/include/c++/9/ext/string_conversions.h:43,
from /usr/…
-
Hello Hailo.
I tried playing the Hailo-8L with Raspberry Pi 5 (Raspberry Pi AI Kit) and Raspi Camera v3 a lot in this week.
I understood about HailoRT lack of support Python 3.11.
- HailoRT p…
-
Error: Unknown module(s) in QT: core gui widgets
#
Fix:
```
sudo apt install qt5-qmake make
sudo apt install build-essential
sudo apt install qt5-default
```
Error: qt5 qmake no application in…
-
CMake Error at src/CMakeLists.txt:37 (add_library):
Target "KF5ThreadWeaver" links to target "Qt5::Gui" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED ta…
-
running install
running build
cd src/ && ( test -e Makefile.webkit_server || /usr/lib64/qt5/bin/qmake /tmp/webkit-server-1.0/src/webkit_server.pro -o Makefile.webkit_server ) && make -f Makefile.webki…
ghost updated
8 years ago
-
From my tests one needs to add the `export QT_QUICK_CONTROLS_STYLE=gtk2` variable in order to theme the QML-based QT apps. Works for QT5 but for QT6 it will make the apps fail to launch the GUI with e…
-
Hi, I've been trying to compile Mitsuba on my Linux, and now that I've dealt with the Qt5.pc->Qt.pc thingy as explained in #125, I'm experiencing a huge chunk of compilation errors with no real expla…