bhdouglass / ut-app-cmake-template

Moved to GitLab

Home Page:https://gitlab.com/clickable/ut-app-cmake-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubuntu Touch CMake App Template

A template to generate apps for Ubuntu Touch that are C++ and QML apps using CMake and clickable to compile it.

Usage

To get started with this template, simply run clickable init and choose the 'C++/QML App (built using CMake)' option.

OR

  • Install the needed tools
  • Generate the project
    • Run cookiecutter gh:bhdouglass/ut-app-cmake-template
  • Go into the directory for your new project
  • Run clickable to compile and install your new app!

License

Copyright (C) 2018 Brian Douglass

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranties of MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Moved to GitLab

https://gitlab.com/clickable/ut-app-cmake-template

License:GNU General Public License v3.0


Languages

Language:CMake 68.6%Language:C++ 21.5%Language:QML 9.9%