We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7153f5 commit 2c1c210Copy full SHA for 2c1c210
1 file changed
appveyor.yml
@@ -70,10 +70,7 @@ after_build:
70
- xcopy %QTDIR%\qml\QtQuick\*.* %DIST%\QtQuick\*.* /s /e /c /y
71
- xcopy %QTDIR%\qml\QtQuick.2\*.* %DIST%\QtQuick.2\*.* /s /e /c /y
72
# Copy D3D library required for some graphics drivers
73
- #- xcopy C:\Windows\System32\D3DCompiler_47.dll %DIST%
74
- - cd \
75
- - dir /a-d /b /s d3dcompiler*
76
- - cd %APPVEYOR_BUILD_FOLDER%
+ - xcopy C:\Qt\Tools\QtCreator\bin\d3dcompiler_47.dll %DIST%
77
# Remove debug DLLs
78
- for /f %%i in ('dir /s /b %DIST%\QtQuick\*d.dll') do del %%i
79
- for /f %%i in ('dir /s /b %DIST%\QtQuick.2\*d.dll') do del %%i
0 commit comments