File tree 1 file changed +7
-0
lines changed
windowsservercore-ltsc2019-qt5.15.0-32bit
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,13 @@ RUN powershell -Command Invoke-WebRequest $env:OPENSSL_URL -OutFile 'C:/tmp.exe'
28
28
&& C:/tmp.exe /silent /verysilent /suppressmsgboxes /sp- /dir=C:/OpenSSL-Win32 \
29
29
&& del C:\t mp.exe
30
30
31
+ # Install CMake
32
+ ARG CMAKE_URL="https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/tools_cmake/qt.tools.cmake.win64/3.19.2-202101071154windows64_x64_cmake_tools.7z"
33
+ RUN powershell -Command Invoke-WebRequest $env:CMAKE_URL -OutFile 'C:/tmp.7z' -UseBasicParsing ; \
34
+ && 7z x C:/tmp.7z -oC:/Qt -bsp1 \
35
+ && setx PATH "%PATH%;C:\Q t\T ools\C Make_64\b in" \
36
+ && del C:\t mp.7z
37
+
31
38
# Install Qt whatever DLLs
32
39
ARG QT_VERSION="5.15.0"
33
40
ARG QT_URL="https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/qt5_5150/qt.qt5.5150.win32_mingw81/5.15.0-0-202005150700"
You can’t perform that action at this time.
0 commit comments