Page 1 of 1

[Solved] Cannot resolve two versions of QtWebKit

Posted: Tue Mar 04, 2014 7:41 pm
by wdebruyn
Attempting to print a drawing but produces empty results

Could the following be causing the problem? See below

Ran QCAD with script debugging turn on.

./qcad -enable-script-debugger

Attempted to print again and got the following log entry:

objc[20345]: Class WebCoreMovieObserver is implemented in both /Applications/QCAD-Pro.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWebKit and /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.

My path variable: /usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/local/mysql/bin

Running OS X 10.9.2

QCAD Professional
Version: 3.4.6.0 (3.4.6)
Build Date: Feb 6 2014
Qt Version: 4.8.4
Compiler: gcc 4.2.1

XCoder 5.0.2 installed.
QT Creator 3.0.1 (based on Qt 5.2.1 (Clang 5.0 (Apple), 64 bit) Built Jan 31 2014 installed.

Re: Cannot resolve two versions of QtWebKit

Posted: Wed Mar 05, 2014 9:33 am
by andrew
Printing problems are usually related to usage issues (paper size not adjusted, drawing scale too big / small, drawing not on paper, lineweight is zero, ...).

Please refer to this brief printing how-to:
viewtopic.php?f=32&t=2800

Let me know if that does not solve your problem.

Re: Cannot resolve two versions of QtWebKit

Posted: Wed Mar 05, 2014 11:33 pm
by wdebruyn
Resolved. We have printed copies. Thanks.