Skip to content
This repository has been archived by the owner on Sep 1, 2019. It is now read-only.

Commit

Permalink
build with Qt 5.8 on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozeiko committed Feb 27, 2017
1 parent 7dcbc43 commit b86e821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ clone_depth: 1
build_script:
- mkdir build
- cd build
- cmake -G "Visual Studio 12 Win64" -DCMAKE_PREFIX_PATH=C:\Qt\5.7\msvc2013_64\lib\cmake ..
- cmake -G "Visual Studio 12 Win64" -DCMAKE_PREFIX_PATH=C:\Qt\5.8\msvc2013_64 ..
- cmake --build .
test: off
deploy: off

0 comments on commit b86e821

Please sign in to comment.