We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2009a58 commit 35f1bc0Copy full SHA for 35f1bc0
.travis.yml
@@ -8,7 +8,7 @@ install:
8
- sudo apt-get -y install pep8 pyflakes python python-pip npm
9
- sudo apt-get -y install qt54declarative
10
- sudo apt-get -y install qt54quickcontrols qt54graphicaleffects
11
- - sudo apt-get -y install qt54tools
+ - sudo apt-get -y install qt54tools qt54svg
12
13
before_script:
14
- git clone git://github.com/papyros/docmaker.git
plugins/plugins.pro
@@ -2,6 +2,7 @@ TEMPLATE = lib
2
CONFIG += plugin
3
QT += qml quick svg
4
5
+DESTDIR = ../modules/Material
6
TARGET = materialiconprovider
7
SOURCES += materialiconprovider.cpp
0 commit comments