macdew

Results 5 issues of macdew

I'm trying the waiting spinner in my Qt6 project, and it looks like the "center on parent" isn't working when the widget is used in application modal mode: auto waiting_spinner...

The new clang command line parameter added for Cotire 1.8.0: -fno-pch-timestamp is not supported on my version of AppleClang 8.0.0. I've guarded it with if (APPLE) as a workaround for...

We use qt5_wrap_cpp manually instead of AUTOMOC, and add the resulting moc files to our build target as part of the add_library command: add_library(BLAH_LIB ) we then cotire(BLAH_LIB) This approach...

Our project works fine with Visual Studio cl.exe, but when I use the LLVM clang-for-windows compiler, I get the following error: ``` In file included from msgpack\2.1.5\include\msgpack.hpp:18: In file included...

In my scenario, I have an st_tree and an iterator to an arbitrary node in the tree. I then try to build the path for that node by visiting every...