diff options
author | Black Hat <bhat@encom.eu.org> | 2019-09-28 14:49:08 -0700 |
---|---|---|
committer | Black Hat <bhat@encom.eu.org> | 2019-09-28 14:49:08 -0700 |
commit | 71e7bbfbe774b422af178db57fe3e800a17f336d (patch) | |
tree | 37b67a77e5c7be3b49ec43fa820532cd633820ab | |
parent | ccf4f267f294c1e731fecdada9470ed84ad78ecf (diff) | |
download | libquotient-71e7bbfbe774b422af178db57fe3e800a17f336d.tar.gz libquotient-71e7bbfbe774b422af178db57fe3e800a17f336d.zip |
Enable QMake for AppVeyor
-rw-r--r-- | .appveyor.yml | 2 |
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 |