Skip to content

nymea/nymea-qtcreator-wizards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/