Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
2 answers
202 views

I have implemented a custom cursor in C++ using the Qt 5.15 toolkit, as shown in this small test program containing three classes: A mainwindow, a testwidget and a box. The testwidget and box are both ...
1 vote
0 answers
171 views

After compiling qt6 with buildroot 2025.02, the ABI of my qmake is x86-linux-generic-elf-64bit; The cross compiler I use is arm-gnu-toolchain-14.2.rel1-x86_64-aarch64-none-linux-gnu; The environment ...
0 votes
0 answers
55 views

I would like to disable the clazy check for "qstring-arg" in Qt Creator 6. I don't want to do it via the GUI, I really want it in my .pro file. My online searches have shown me two possible ...
TSG's user avatar
  • 4,776
0 votes
0 answers
46 views

So I have a library, installed under /mylib_build/ for sake of clearness, and it has both a pkg_config and a mkspecs pri file. The dir structure is as follows: /mylib_build/ └── usr ├── include ...
0 votes
0 answers
70 views

i create new project with qt 6.8.3 and select qmake instead of CMake. When I added QML Text in qml file, rease error segfault in QmlEngine. Something fail in QFontDatabase inside QmlEngine I built ...
-1 votes
1 answer
70 views

I am trying to build my qt app and test together using this cli qmake .. CONFIG+=tests && make -j 4 My app structure is 📦 workspace └─ my-app ├─ .devcontainer ├─folder 1 ├─folder 2 ...
mhhabib's user avatar
  • 3,147
0 votes
1 answer
370 views

There was a self-answered question, How to generate compile_commands.json with QT project?, where the asker however was satisfied with the generation through Qt Creator. Sadly, that's not an option ...
0 votes
0 answers
62 views

I have build the Qt source on Windows 10 using Admin x64 Native Tools Command Prompt for VS 2019 and the command: configure.bat -debug-and-release -platform win32-msvc -opensource -confirm-license -...
0 votes
1 answer
79 views

I've only ever used QtCreator for very simple projects. I'm now trying to compile a working Linux project on Windows (an OS I haven't used in years...) I'm struggling with the following vague compile ...
0 votes
2 answers
93 views

In qmake, I want to copy a file from my source directory to the build directory. I noticed that Windows uses \ in paths, so I made sure to replace it accordingly, as shown in the code below: win32:...
0 votes
0 answers
716 views

I am trying to compile Qt 5.15.15 from scratch because Qt now requires you to create an account in their website. I've run: mkdir build cd build ../configure gmake I am getting the following error: /...
1 vote
1 answer
240 views

I have Qt[4|5] project with QMake build configuration and several library dependencies: OpenCV library installed by zypper Custom libnf_cln.so library installed in /some/path I created /etc/ld.so....
0 votes
0 answers
47 views

In simple words for I got this problem for several Qtpackages: how to make g++ know what Qt is when using qmake? When compiling a program I got problems with letting the parts link each other /* * ...
muggi's user avatar
  • 323
3 votes
1 answer
272 views

I have a QT6 project with a .pro file and I want to include the CGAL libraries I saw in a StackOverflow question where a person asked the same question but in linux and I can't find the libs folder in ...
2 votes
1 answer
182 views

My C++ program source code at work is build with Qt5 on Windows 11(cross platform code, linux works well), which contains several project and all belong to One software of my company.I have question ...

15 30 50 per page
1
2 3 4 5
...
127

AltStyle によって変換されたページ (->オリジナル) /