Skip to content

Commit 65ef364

Browse files
committed
appveyor: Add windeployqt calls
1 parent 92cb4b7 commit 65ef364

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ before_test:
5050
- cmd: SET PATH=%PATH%;C:\qt\5.5\msvc2013\bin
5151
- cmd: if exist Testing\Debug copy C:\dspdf\popplerDyn\poppler\bin\poppler-qt5d.dll Testing\Debug\poppler-qt5.dll
5252
- cmd: if exist Testing\Debug copy C:\dspdf\popplerDyn\poppler\bin\poppler-qt5d.dll Debug\poppler-qt5.dll
53+
- cmd: if exist Testing\Debug windeployqt Testing\Debug\
54+
- cmd: if exist Testing\Debug windeployqt Debug\
5355
- cmd: SET CTEST_OUTPUT_ON_FAILURE=1
56+
- cmd: if exist Testing\Release windeployqt Testing\Release\
57+
- cmd: if exist Testing\Release windeployqt Release\
5458

5559
after_test:
5660
- cmd: msbuild RUN_TESTS.vcxproj

0 commit comments

Comments
 (0)