mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
Version comparison.
This commit is contained in:
parent
80bb47d27f
commit
1ec747555c
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
|
||||
list( APPEND CALA_WEBVIEW_INCLUDE_DIRECTORIES
|
||||
|
|
Loading…
Add table
Reference in a new issue