summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2015-09-08 04:32:53 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-09-09 00:35:14 +0200
commit70d0d8890aff351f33c1b661c8afba50834eed41 (patch)
tree799e563ad140ee2f13beba6506c7f0d8754be233 /appveyor.yml
parentCMake: Don't complain when Boost isn't found in the system. (diff)
downloadyuzu-70d0d8890aff351f33c1b661c8afba50834eed41.tar
yuzu-70d0d8890aff351f33c1b661c8afba50834eed41.tar.gz
yuzu-70d0d8890aff351f33c1b661c8afba50834eed41.tar.bz2
yuzu-70d0d8890aff351f33c1b661c8afba50834eed41.tar.lz
yuzu-70d0d8890aff351f33c1b661c8afba50834eed41.tar.xz
yuzu-70d0d8890aff351f33c1b661c8afba50834eed41.tar.zst
yuzu-70d0d8890aff351f33c1b661c8afba50834eed41.zip
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4d6f53f96..6e073ece7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -18,7 +18,7 @@ install:
before_build:
- mkdir build
- cd build
- - cmake -G "Visual Studio 12 Win64" -DCITRA_USE_BUNDLED_GLFW=1 ..
+ - cmake -G "Visual Studio 12 Win64" -DCITRA_USE_BUNDLED_GLFW=1 -DQt5_DIR=%QTDIR%/lib/cmake/Qt5 ..
- cd ..
after_build: