mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 21:37:25 -04:00
cmake: drop comment
Removing this code caused build failures with Qt 5.15.
This commit is contained in:
@@ -160,7 +160,6 @@ if(Qt5QmlModels_PKG_CONFIG_FOUND)
|
|||||||
list(APPEND QT5_LIBRARIES Qt5QmlModels)
|
list(APPEND QT5_LIBRARIES Qt5QmlModels)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# TODO: drop this once we switch to Qt 5.12+
|
|
||||||
find_package(Qt5XmlPatterns QUIET)
|
find_package(Qt5XmlPatterns QUIET)
|
||||||
if(Qt5XmlPatterns_FOUND)
|
if(Qt5XmlPatterns_FOUND)
|
||||||
list(APPEND QT5_LIBRARIES Qt5XmlPatterns)
|
list(APPEND QT5_LIBRARIES Qt5XmlPatterns)
|
||||||
|
|||||||
Reference in New Issue
Block a user