blob: c1e375b195498c7eafcf3a0cbd523b1667182c5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
This program is a tool for printing slides that were
created using the qt-labs qml-presentation-system
Building requirements:
Requires Qt 5.0.0
qmake && make
Instructions:
./printslides /path/to/your/presentation.qml
Example:
./printslides ../../examples/tutorial/SlideDeck.qml
Creates a "slides.pdf" file in your current directory.
|