Fix TravisCI on MacOS compilation.

This commit is contained in:
Phenom 2017-12-08 19:00:34 +01:00
parent acbcba8a64
commit a3acd585f4
3 changed files with 7 additions and 4 deletions

View file

@ -116,10 +116,10 @@ macx {
}
}
}
DEPENDPATH += . $$INC_DIRs
DEPENDPATH += . $$INC_DIR
INCLUDEPATH += . $$INC_DIR
LIBS = -lcurl -lxml2 -lxslt -lcrypto
LIBS += -lcurl -lxml2 -lxslt -lcrypto
}
openbsd-* {