Kevin Funk

Results 20 comments of Kevin Funk

Would be interested in this feature as well!

@dfaure-kdab: Yes, I have high Font DPI settings, thus I see less than 10 items I guess. Configuring custom shortcuts is over the top, IMO. There should be an easier...

I have the feeling something else is wrong for you. Likely CMake picked up the Qt5 core module from the wrong location and defers the moc binary path from there?...

Oh, wow. I think I understand why this is happening. By running `cmake --trace-expand` I see the following: ``` (...) /usr/lib/x86_64-linux-gnu/cmake/KF5SyntaxHighlighting/KF5SyntaxHighlightingConfig.cmake(38): find_dependency(Qt5Core 5.14.0 ) /usr/share/cmake-3.18/Modules/CMakeFindDependencyMacro.cmake(47): find_package(Qt5Core 5.14.0 QUIET ) (...)...

@SlySven Please create a PR for this change: > Initially builds were aborting because of a linuxism at line 573 in the top level CMakeLists.txt:

@SlySven You might need to add a new branch specifically for FreeBSD in cmake/GammaRayProbeABI.cmake -- i.e. some check like `CMAKE_SYSTEM_PROCESSOR MATCHES "amd64"`. I can't work on that or test that...

Please copy-paste the backtrace(s) into the ticket (instead of adding screenshots of VS). That'd help!

Bump. Could some designer have a look at this? Esp. the systray icon looks horrible here, see #218.

Is this reproducible, i.e. does that happen every time? Looks like a CMake problem to me. Also, it looks like only the multibuild target fails; you might be able to...

Is this still a problem? What CMake version are you using? Could you try upgrading that one?