mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 14:47:19 +02:00
testing
This commit is contained in:
parent
5144c3b0a8
commit
55e1841358
2 changed files with 7 additions and 1 deletions
|
@ -34,7 +34,9 @@ macro(setup_qt)
|
|||
string(REPLACE \\ / QT_CMAKE_PREFIX_PATH ${QT_CMAKE_PREFIX_PATH})
|
||||
string(REPLACE \\ / QT_DIR ${QT_DIR})
|
||||
endif()
|
||||
|
||||
message("==================")
|
||||
message(STATUS ${QT_CMAKE_PREFIX_PATH})
|
||||
message("==================")
|
||||
if (NOT EXISTS "${QT_CMAKE_PREFIX_PATH}/Qt5Core/Qt5CoreConfig.cmake")
|
||||
message(FATAL_ERROR "Unable to locate Qt cmake config in ${QT_CMAKE_PREFIX_PATH}")
|
||||
endif()
|
||||
|
|
|
@ -248,6 +248,10 @@ endif()
|
|||
elif platform.system() == 'Linux':
|
||||
url = "https://hifi-qa.s3.amazonaws.com/qt5/Ubuntu/qt5-install.zip"
|
||||
|
||||
print("+++++++++++++++++++++++")
|
||||
print(dest)
|
||||
print(url)
|
||||
print("+++++++++++++++++++++++")
|
||||
hifi_utils.downloadAndExtract(url, dest)
|
||||
else:
|
||||
print ("Qt has already been downloaded")
|
||||
|
|
Loading…
Reference in a new issue