Skip to content

Commit 2c1c210

Browse files
author
Frederick Thomssen
committed
Include d3dcompiler_47.dll from Qt Creator
1 parent f7153f5 commit 2c1c210

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,7 @@ after_build:
7070
- xcopy %QTDIR%\qml\QtQuick\*.* %DIST%\QtQuick\*.* /s /e /c /y
7171
- xcopy %QTDIR%\qml\QtQuick.2\*.* %DIST%\QtQuick.2\*.* /s /e /c /y
7272
# 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%
73+
- xcopy C:\Qt\Tools\QtCreator\bin\d3dcompiler_47.dll %DIST%
7774
# Remove debug DLLs
7875
- for /f %%i in ('dir /s /b %DIST%\QtQuick\*d.dll') do del %%i
7976
- for /f %%i in ('dir /s /b %DIST%\QtQuick.2\*d.dll') do del %%i

0 commit comments

Comments
 (0)