You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmake/dependencies/qt6.cmake
+26-18Lines changed: 26 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,17 @@ IF(NOT RV_DEPS_QT6_LOCATION
16
16
)
17
17
MESSAGE(
18
18
FATAL_ERROR
19
-
"Unable to build without a RV_DEPS_QT6_LOCATION. It is required to provide a working Qt 5.15 root path to build. Example: cmake .. -DRV_DEPS_QT6_LOCATION=/Users/rv/Qt/5.15.11/clang_64"
19
+
"Unable to build without a RV_DEPS_QT6_LOCATION. It is required to provide a working Qt 5.15 root path to build. Example: cmake .. -DRV_DEPS_QT6_LOCATION=/Users/rv/Qt/6.5.3/clang_64"
20
20
)
21
21
ENDIF()
22
22
23
-
#TODO : I think that the resources folder changed location
23
+
#TODO : I think that the resources folder changed location
24
24
SET(RV_DEPS_QT6_RESOURCES_FOLDER
25
25
"${RV_DEPS_QT6_LOCATION}/resources"
26
26
CACHESTRING"Path to the Qt resources files folder"
27
27
)
28
28
29
-
#TODO : I think that the translations folder changed location
29
+
#TODO : I think that the translations folder changed location
30
30
SET(RV_DEPS_QT6_TRANSLATIONS_FOLDER
31
31
"${RV_DEPS_QT6_LOCATION}/translations"
32
32
CACHESTRING"Path to the Qt translations files folder"
@@ -49,19 +49,24 @@ FOREACH(
49
49
ENDIF()
50
50
ENDFOREACH()
51
51
52
-
# Testing if everything is alright.
53
-
# In Qt6, QtWebEngine has been split into Qt6WebEngineCore and Qt6WebEngineWidgets.
52
+
# Testing if everything is alright. In Qt6, QtWebEngine has been split into Qt6WebEngineCore and Qt6WebEngineWidgets.
0 commit comments