Version comparison.
This commit is contained in:
parent
80bb47d27f
commit
1ec747555c
@ -6,7 +6,7 @@ list( APPEND CALA_WEBVIEW_LINK_LIBRARIES
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
if ( ${QT_VERSION} VERSION_LESS 5.6.0 )
|
if ( "${QT_VERSION}" VERSION_LESS "5.6" )
|
||||||
find_package( Qt5 ${QT_VERSION} CONFIG REQUIRED WebKit WebKitWidgets )
|
find_package( Qt5 ${QT_VERSION} CONFIG REQUIRED WebKit WebKitWidgets )
|
||||||
|
|
||||||
list( APPEND CALA_WEBVIEW_INCLUDE_DIRECTORIES
|
list( APPEND CALA_WEBVIEW_INCLUDE_DIRECTORIES
|
||||||
|
Loading…
Reference in New Issue
Block a user