From 58e1f58e9b3db5359e32442ce85f207807cd1ba7 Mon Sep 17 00:00:00 2001 From: ArsenArsen Date: Sat, 8 Jul 2017 10:57:50 +0200 Subject: [PATCH] Use nopkg on AppVeyor again --- AppVeyor/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppVeyor/appveyor.yml b/AppVeyor/appveyor.yml index 14f2158..4683e13 100644 --- a/AppVeyor/appveyor.yml +++ b/AppVeyor/appveyor.yml @@ -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 ..