find /usr -name "Qt5*.cmake"

This commit is contained in:
mutouyun 2019-01-01 16:08:47 +08:00
parent 8495547e8d
commit 95c09880e9

View File

@ -23,12 +23,12 @@ matrix:
before_install: before_install:
- eval "${MATRIX_EVAL}" - eval "${MATRIX_EVAL}"
- find /usr/ -name "Qt5CoreConfig.cmake"
- qmake -v - qmake -v
script: script:
- cd ./build - cd ./build
- if [ $USING_CMAKE -eq 1 ]; then - if [ $USING_CMAKE -eq 1 ]; then
find /usr -name "Qt5*.cmake";
cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt; cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt;
make; make;
else else