Skip to content

Commit 35f1bc0

Browse files
committed
Fix travis build
Move plugin to modules/Material after build
1 parent 2009a58 commit 35f1bc0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install:
88
- sudo apt-get -y install pep8 pyflakes python python-pip npm
99
- sudo apt-get -y install qt54declarative
1010
- sudo apt-get -y install qt54quickcontrols qt54graphicaleffects
11-
- sudo apt-get -y install qt54tools
11+
- sudo apt-get -y install qt54tools qt54svg
1212

1313
before_script:
1414
- git clone git://github.com/papyros/docmaker.git

plugins/plugins.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ TEMPLATE = lib
22
CONFIG += plugin
33
QT += qml quick svg
44

5+
DESTDIR = ../modules/Material
56
TARGET = materialiconprovider
67

78
SOURCES += materialiconprovider.cpp

0 commit comments

Comments
 (0)