All Projects → ubports → Camera App

ubports / Camera App

Licence: gpl-3.0
Moved to GitLab

Labels

Projects that are alternatives of or similar to Camera App

Qlcplus
Q Light Controller Plus
Stars: ✭ 467 (+5088.89%)
Mutual labels:  qml
Monero Gui
Monero: the secure, private, untraceable cryptocurrency
Stars: ✭ 688 (+7544.44%)
Mutual labels:  qml
Hex Utils
Utilities for ASCII Hexagonal grids
Stars: ✭ 7 (-22.22%)
Mutual labels:  qml
Taoquick
a cool QtQuick/qml component library and demo(一套酷炫的QtQuick/Qml基础库和示例)
Stars: ✭ 481 (+5244.44%)
Mutual labels:  qml
Qtquickexamples
QtQuick相关的技术分享
Stars: ✭ 657 (+7200%)
Mutual labels:  qml
Grid Tiling Kwin
A kwin script that automatically tiles windows
Stars: ✭ 736 (+8077.78%)
Mutual labels:  qml
Toou 2d
基于Qt Quick(Qml) 跨平台技术打造的2D框架
Stars: ✭ 413 (+4488.89%)
Mutual labels:  qml
Harbour Searchnemo
Text search tool for Sailfish OS
Stars: ✭ 8 (-11.11%)
Mutual labels:  qml
Scihubeva
A Cross Platform Sci-Hub GUI Application
Stars: ✭ 683 (+7488.89%)
Mutual labels:  qml
Stacked pages x
Sample APP - Qt 5.7+ - Android iOS
Stars: ✭ 6 (-33.33%)
Mutual labels:  qml
Fluid
📖 Library for QtQuick apps with Material Design
Stars: ✭ 601 (+6577.78%)
Mutual labels:  qml
Quickqanava
C++14 network/graph visualization library / Qt node editor.
Stars: ✭ 611 (+6688.89%)
Mutual labels:  qml
Arc Kde
Arc KDE customization
Stars: ✭ 738 (+8100%)
Mutual labels:  qml
Yubioath Desktop
Yubico Authenticator for Desktop (Windows, macOS and Linux)
Stars: ✭ 472 (+5144.44%)
Mutual labels:  qml
Virtscreen
Make your iPad/tablet/computer into a secondary monitor on Linux.
Stars: ✭ 887 (+9755.56%)
Mutual labels:  qml
Qtquickexample
基于QtQuick的入门例子,方便大家入门学习
Stars: ✭ 457 (+4977.78%)
Mutual labels:  qml
Qmlweb
A QML engine in a web browser. Current state: fixing things…
Stars: ✭ 703 (+7711.11%)
Mutual labels:  qml
Latte Dock
Latte is a dock based on plasma frameworks that provides an elegant and intuitive experience for your tasks and plasmoids
Stars: ✭ 847 (+9311.11%)
Mutual labels:  qml
Harbour Linksbag
Sailfish client for GetPocket.com
Stars: ✭ 7 (-22.22%)
Mutual labels:  qml
Bldcapp
Stars: ✭ 5 (-44.44%)
Mutual labels:  qml

Building for click

To build for a click package configure cmake as:

mkdir build cd build

Under bazzar VCS :

cmake [path_to_this_location] -DINSTALL_TESTS=off -DCLICK_MODE=on
-DREVNO=$(cd [path_to_this_location]; bzr revno)

Under git VCS :

cmake [path_to_this_location] -DINSTALL_TESTS=off -DCLICK_MODE=on
-DREVNO=$(cd [path_to_this_location]; git rev-list --count --first-parent HEAD)

make DESTDIR=package install click build package

This package can be installed by running:

pkcon install-local com.ubuntu.camera_*.click

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].