Skip to content

Commit

Permalink
fix qml plugin source dir wang-bin#928
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Jul 26, 2017
1 parent b85c69a commit cda61b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ copy /y bin\*portaudio*.dll %QTDIR%\bin
xcopy /syi include %QTDIR%\include
copy /y lib\*Qt*AV*.lib %QTDIR%\lib
copy /y lib\*Qt*AV*.a %QTDIR%\lib
xcopy /syi qml\QtAV %QTDIR%\qml\QtAV
xcopy /syi bin\QtAV %QTDIR%\qml\QtAV
xcopy /syi mkspecs %QTDIR%\mkspecs
@echo QtAV SDK is installed
goto END
Expand Down

0 comments on commit cda61b2

Please sign in to comment.