Gianni Ambrosio
Gianni Ambrosio
Hi All, I found that there is a fix to exclude webkit with Qt5 static libraries. In my case I don't use Qt static libraries but I don't need webkit...
I'm working on CMakeLists and a little in PythonQt_QtAll.cpp to optionally exclude most part of Qt modules. Doing that I found that excluding Multimedia module causes a build error: com_trolltech_qt_gui7.cpp...
Supposing I have two tests that use the same mock object. In both tests there is a call that causes the call of both methods of the mock. The point...