View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001695 | ThirdParty | Bug | public | 2015-05-17 00:30 | 2015-05-17 11:31 |
Reporter | wyldckat | Assigned To | henry | ||
Priority | low | Severity | minor | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Summary | 0001695: ParaView4Functions: Fix for disabling QtWebkit in ParaView 4.1.0 | ||||
Description | In the functions script file "etc/tools/ParaView4Functions", the last commented line for disabling QtWebKit was inherited from the 3.x builds: # remove dependency on WebKit # addCMakeVariable VTK_QT_USE_WEBKIT:BOOL=OFF For ParaView 4.1.0, the correct respective variable and value is this: # remove dependency on WebKit # addCMakeVariable PQWIDGETS_DISABLE_QTWEBKIT:BOOL=ON This line is no longer needed for 4.3.1, since QtWebKit is simply not used, as far as I can see in ParaView's 4.3.1 source code. | ||||
Tags | No tags attached. | ||||