Skip to content

Commit

Permalink
remove Qt.Quick
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Mar 12, 2019
1 parent 49e7fb1 commit 3dcc990
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ before_install:
- sudo apt-get install qt5-default qttools5-dev-tools
os: linux
script:
- cd Qt.Core
- qmake -project
- qmake Qt.Examples.pro
- qmake Qt.Core.pro
- make
- cd ../Qt.Widgets
- qmake -project
- qmake Qt.Widgets.pro
- make
- cd ..

0 comments on commit 3dcc990

Please sign in to comment.