advocatux / qmlviewer

:mag_right: A simple QML file viewer for Ubuntu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QML Viewer

A simple QML file viewer for Ubuntu

Credits

Installation

Open Store

QML Viewer is available for download from the Open Store.

Ubuntu Desktop

Make sure you have all dependencies installed:

sudo apt update
sudo apt install qt5-default
sudo apt install qtdeclarative5-dev qtbase5-dev
sudo apt install qtdeclarative5-ubuntu-content1

Clone, build and run:

git clone https://github.com/tim-sueberkrueb/qmlviewer
cd qmlviewer
qmake; make
./qmlviewer.timsueberkrueb

Tested on Ubuntu 16.04.

Develop for Ubuntu phone

Make sure you have the Ubuntu SDK installed. Open the project (File > Open file or project > Select qmlviewer.timsueberkrueb.pro)

Select and/or create all necessary build kits in the Projects tab.

Attach a device and click the run button.

License and Copyright

Copyright © 2016 Tim Süberkrüb

This application is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

See LICENSE for more information.

About

:mag_right: A simple QML file viewer for Ubuntu

License:GNU General Public License v3.0


Languages

Language:QML 73.5%Language:QMake 13.7%Language:C++ 12.8%