Skip to content

Commit 23cdaad

Browse files
committed
remove qmake query
1 parent e165257 commit 23cdaad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

travis_config.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ function pre_build {
104104
export PATH="/usr/local/opt/qt/bin:$PATH"
105105
fi
106106

107-
qmake -query
108-
109107
echo 'Installing FFmpeg'
110108

111109
if [ -n "$CACHE_STAGE" ]; then
@@ -125,7 +123,6 @@ function pre_build {
125123

126124
else
127125
echo "Running for linux"
128-
qmake-qt5 -query
129126
fi
130127
}
131128

0 commit comments

Comments
 (0)