Skip to content

e-fever/e-fever-codebase

Repository files navigation

A Collection of Project Wizard for Qt Creator

It is a repository of a collection of Project Wizard used by E-Fever for its open source projects and in-house projects.

Image

Flux

Flux Application (Minimal)

Creates a minimal Quick Flux based project with qpm packages

Specification

  1. Quick Flux
  2. Backtrace on crash (Linux/Mac only)
  3. QPM
  4. No unit test
.
├── PACKAGE
│   ├── actions
│   │   ├── ActionTypes.qml
│   │   ├── AppActions.qml
│   │   └── qmldir
│   ├── constants
│   │   ├── Constants.qml
│   │   └── qmldir
│   ├── middlewares
│   │   ├── SystemMiddleware.qml
│   │   └── qmldir
│   └── stores
│       ├── MainStore.qml
│       ├── RootStore.qml
│       └── qmldir
├── PROJECT.pro
├── PROJECT.qrc
├── appview.cpp
├── appview.h
├── deployment.pri
├── main.cpp
├── main.qml
└── qpm.json

Flux Application(Full)

Creates a full Quick Flux based project with qpm packages

Specification

  1. Quick Flux
  2. Backtrace on crash (Linux/Mac only)
  3. QPM
  4. Testable unit test project
  5. SnapshotTesting

Library Project

Qt/Qml-Library-Project

Creates a library project with Testable

Specification

  1. .travis.yml
  2. appveyor.yml
  3. Testable Unit Test
  4. Backtrace on crash (Linux/Mac only)

Unit Test

Tesable Unit Itest

Creates a Testable based unit test for C++ and QML features.

Specification

  1. Qt Test
  2. Qt Quick Test
  3. Testable
  4. Backtrace on crash (Linux/Mac only)
  5. QPM packages

Qt-Quick-Unit-Test

Creates a simple Qt Quick Test based unit test for a set of feature. Unit tests allow you to verify that the code is fit for use and that there have no regressions.

Specification

  1. Qt Quick Unit Test
  2. Backtrace on crash (Linux/Mac only)
  3. No QPM

Files:

.
├── %{ProjectName}.pro
├── main.cpp
└── tst_Sample.qml

Installation

To install individual project, open the folder and follow the instructions

To install all the project templates, run command:

    $ qbs

About

A Collection of Project Wizard for Qt Creator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published