From 3e51cd5603a81877e004ee638d32663419a49f62 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Sat, 29 May 2021 10:44:12 +0800 Subject: [PATCH] fix(CI): QT_PLUGIN_INSTALL_DIR is deprecated, use KDE_INSTALL_QTPLUGINDIR instead --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5fe690c..9373823 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -102,7 +102,7 @@ build_script: - cd kimageformats - mkdir build - cd build - - cmake .. -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DQT_PLUGIN_INSTALL_DIR=%QTPATH%\plugins + - cmake .. -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_QTPLUGINDIR=%QTPATH%\plugins - cmake --build . --config Release - cmake --build . --config Release --target install/strip - cd %APPVEYOR_BUILD_FOLDER%