mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
Use Qt5Core version.
This commit is contained in:
parent
1ec747555c
commit
f91f22e6f6
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" )
|
||||
if ( Qt5Core_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