[CI] Try /usr as QT_DIR

This commit is contained in:
Dr. Chat 2018-05-22 13:45:32 -05:00
parent 170007e751
commit 3fcdbefce8
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ before_install:
before_script:
- export CXX=$CXX_COMPILER
- export CC=$C_COMPILER
- export QT_DIR=/usr
# Dump useful info.
- $CXX --version
- python3 --version