Use nopkg on AppVeyor again

This commit is contained in:
ArsenArsen 2017-07-08 10:57:50 +02:00
parent a4680b8742
commit 58e1f58e9b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ build_script:
- xcopy QtAV-depends-windows-x86+x64\bin\x64\* %QTDIR%\bin\ /e /i /Y
- xcopy QtAV-depends-windows-x86+x64\lib\x64\* %QTDIR%\lib\ /e /i /Y
- xcopy QtAV-depends-windows-x86+x64\include\* %QTDIR%\include\ /e /i /Y
- qmake ../KShare.pro
- qmake CONFIG+=nopkg ../KShare.pro
- mingw32-make.exe -j8
- copy release\KShare.exe ..\KShare.exe
- cd ..