Skip to content

Commit

Permalink
qmake spec only for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
thorpelawrence committed Jun 4, 2017
1 parent c09e217 commit 9c9190c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
- source /opt/qt*/bin/qt*-env.sh

script:
- qmake -spec linux-${CC} PREFIX=/usr
- if [ "$CC" == "clang" ]; then qmake -spec linux-clang PREFIX=/usr; else qmake PREFIX=/usr; fi
- make -j$(nproc)
- make INSTALL_ROOT=appdir install ; find appdir/

Expand Down

0 comments on commit 9c9190c

Please sign in to comment.