aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlack Hat <bhat@encom.eu.org>2019-09-28 14:49:08 -0700
committerBlack Hat <bhat@encom.eu.org>2019-09-28 14:49:08 -0700
commit71e7bbfbe774b422af178db57fe3e800a17f336d (patch)
tree37b67a77e5c7be3b49ec43fa820532cd633820ab
parentccf4f267f294c1e731fecdada9470ed84ad78ecf (diff)
downloadlibquotient-71e7bbfbe774b422af178db57fe3e800a17f336d.tar.gz
libquotient-71e7bbfbe774b422af178db57fe3e800a17f336d.zip
Enable QMake for AppVeyor
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 26d4841d..10eeafd0 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -29,7 +29,7 @@ before_build:
build_script:
- cmake --build build
# qmake uses olm just built by CMake - it can't build olm on its own.
-# - qmake "INCLUDEPATH += 3rdparty/libQtOlm/olm/include" "LIBS += -Lbuild" && jom
+- qmake "INCLUDEPATH += olm/install/include" "LIBS += -Lbuild" "LIBS += -Lolm/install/lib" && jom
#after_build:
#- cmake --build build --target install