From: romibi Date: Sun, 14 Feb 2016 13:12:53 +0000 (+0100) Subject: Enable Link-Preview on appveyor builds X-Git-Tag: 0.12.4~4 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=76ecd41e6b901e163cfcd5fe2e140d0bbb68af91;hp=adbd7f6efa14b107ed722daa0b7963dd1238a681 Enable Link-Preview on appveyor builds --- diff --git a/appveyor.yml b/appveyor.yml index a97c2e26..eaf28667 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ build_script: mkdir -Force $env:APPVEYOR_BUILD_FOLDER\work\build\$env:APPVEYOR_PROJECT_NAME cd $env:APPVEYOR_BUILD_FOLDER\work\build\$env:APPVEYOR_PROJECT_NAME - LogExec cmake -G"Ninja" $env:APPVEYOR_BUILD_FOLDER -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$CMAKE_INSTALL_ROOT" -DUSE_QT5=ON -DCMAKE_DISABLE_FIND_PACKAGE_Qt5DBus=ON -DWITH_WEBKIT=OFF + LogExec cmake -G"Ninja" $env:APPVEYOR_BUILD_FOLDER -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$CMAKE_INSTALL_ROOT" -DUSE_QT5=ON -DCMAKE_DISABLE_FIND_PACKAGE_Qt5DBus=ON -DWITH_WEBKIT=ON CmakeImageInstall $imageDir = CreateDeployImage @( @@ -61,6 +61,8 @@ build_script: "bin\\Qt5Quick\.dll", "bin\\Qt5Script\.dll", "bin\\Qt5Sql\.dll", + "bin\\Qt5WebKit\.dll", + "bin\\Qt5WebKitWidgets\.dll", "bin\\Qt5Widgets\.dll", "bin\\Qt5XmlPatterns\.dll", "bin\\.*libglesv2\.dll",