nomovok-opensource / cutedriver-agent_qt

Other
6 stars 12 forks source link

Fixed issue #36: If Qt is 5.6 or higher, webkit is disabled. #38

Closed jppiiroinen closed 6 years ago

jppiiroinen commented 6 years ago

The Qt Webkit has been removed since Qt 5.6. Lets disable that now by default for Qt 5.6 or later.

This will remove the need to use CONFIG+=no_webkit for qmake when compiling for Qt 5.6 or later.