-
**Query/Question**
The section "CMake Project + fetch content" suggests to use CMAKE_FETCH_CONTENT to integrate the sdk in my project.
We dont have vcpkg. When doing as instructed:
```
FetchCont…
-
## Issue description
If you run qt-creator in nix-shell or direnv you can't see any project in examples tab in qt creator.
### Steps to reproduce
install direnv and create shell.nix in the ro…
-
Hello,
On NixOS the ELF loader has a different path, which makes pre-compiled binaries useless.
I would like to know how to build every dependency from source with conan? I tired `conan install -…
-
**Godot version:**
3.2.dev.custom_build. 56269e2db
**Issue description:**
I recently checked Godot with FlawFinder and it found a lot of possible security issues. Some can be a false positives or…
-
When I compile QXlsx\source\xlsxzipwriter.cpp in vs2013 and qt 5.9.1, error is throwed : “private/qzipwriter_p.h”: No such file or directory . I have found this in Qt5.9.1\5.9.1\msvc2013_64\include\Q…
-
As corollary to #31, since qnanopainter uses float to represent screen locations, what is a correct and resolution independent way of comparing screen locations and points without incurring the "compa…
-
你好,我使用的最新的QtAV库,在mac电脑上直接跑examples/simpleplayer/simpleplayer_sdk.pro,在QtCreator中Debug与Release运行都是正常的。但是当我在Release版本中macdeployqt后,应用就运行异常了。我把simpleplayer_sdk中跟QtAV相关的部分注释掉再打包就正常。请问这个怎么处理?
`Process: …
-
context: https://forum.openframeworks.cc/t/addons-not-compiling-on-rpi3-and-4/41236
looking into how Make is "preparing" addons, it seems the condition to trigger the warning messages about missing…
-
**Describe the bug**
When I press delete a dialog box appears on the bottom left saying "Could not delete image: [filename]".
**To Reproduce**
Steps to reproduce the behavior:
1. Open an image w…
-
The CLI tests only validate that the executable returned a 0 exit code, it does _not_ validate the textual output of the command.
My app output something such as "dummy output" and it still passes …