nymea / nymea-qtcreator-wizards

The Qt creator project wizards for nymea development.

Home Page:https://doc.nymea.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qt Creator project wizards for nymea


This repository contains project wizards for the Qt Creator in order to develop for nymea.

Installation

Since the Qt Creator can be installed using different methods (from the repository using apt install qtcreator or downloaded form Qt ) the best way to provide these wizards is to create a link to the local user settings of your Qt Creator.

This enables the wizards for all your Qt Creator installations started with your user.

If the settings folder does not exist, create it:

$ mkdir -p ~/.config/QtProject/qtcreator/templates/wizards/

Install from source

You can download the source code and create a symbolic link to the source directory:

$ git clone https://github.com/nymea/nymea-qtcreator-wizards.git
$ cd nymea-qtcreator-wizards
$ ln -s $(pwd)/nymea-plugin-wizard/ ~/.config/QtProject/qtcreator/templates/wizards/

Install from debian package

If you have installed the Qt Creator project wizards for nymea from the debian repository (apt install nymea-qtcreator-wizards), the wizards will be installed in following location:

$ mkdir -p ~/.config/QtProject/qtcreator/templates/wizards/
$ ls -l /usr/share/qtcreator/templates/wizards/nymea-plugin-wizard/
$ ln -s /usr/share/qtcreator/templates/wizards/nymea-plugin-wizard/ ~/.config/QtProject/qtcreator/templates/wizards/

About

The Qt creator project wizards for nymea development.

https://doc.nymea.io

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 86.2%Language:Makefile 10.7%Language:QMake 3.0%