Git Product home page Git Product logo

e-fever-codebase's Introduction

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

e-fever-codebase's People

Contributors

benlau avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.