Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
Move plugin to modules/Material after build
  • Loading branch information
ricardomv committed Jan 23, 2016
1 parent 2009a58 commit 35f1bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install:
- sudo apt-get -y install pep8 pyflakes python python-pip npm
- sudo apt-get -y install qt54declarative
- sudo apt-get -y install qt54quickcontrols qt54graphicaleffects
- sudo apt-get -y install qt54tools
- sudo apt-get -y install qt54tools qt54svg

before_script:
- git clone git://github.com/papyros/docmaker.git
Expand Down
1 change: 1 addition & 0 deletions plugins/plugins.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ TEMPLATE = lib
CONFIG += plugin
QT += qml quick svg

DESTDIR = ../modules/Material
TARGET = materialiconprovider

SOURCES += materialiconprovider.cpp
Expand Down

0 comments on commit 35f1bc0

Please sign in to comment.