build: Updated Docker Linux 64bit image to Qt 5.12.6 and LLVM/Clang 9.0.0
* updated to CentOS 7 * removed 32bit image
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
function(InstallQtModule module qtversion)
|
||||
get_filename_component(realpath $ENV{QT_DIR}/lib/libQt5${module}.so.${qtversion} REALPATH)
|
||||
get_filename_component(realpath $ENV{Qt5_DIR}/lib/libQt5${module}.so.${qtversion} REALPATH)
|
||||
INSTALL(FILES
|
||||
${realpath}
|
||||
DESTINATION Sourcetrail/lib
|
||||
@@ -99,7 +99,7 @@ function(AddSharedToComponent)
|
||||
GetAndInstallLibrary(libcrypto.so 1)
|
||||
|
||||
INSTALL(DIRECTORY
|
||||
$ENV{QT_DIR}/plugins/platforms
|
||||
$ENV{Qt5_DIR}/plugins/platforms
|
||||
DESTINATION Sourcetrail/lib
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user