Giter VIP home page Giter VIP logo

qttobubus's Introduction

QtTobubus

Description about your awesome package.

Install

This is a qtpm package.

$ qtpm get github.com/qtpm/QtTobubus

Headers and a library file are installed under dest/*/include and dest/*/lib directory.

Example

#include <iostream>
#include <qttobubus/qttobubus.h>

int main() {
    auto obj = QtTobubus();
    std::cout << obj.awesomeMethod() << std::endl;
}

Reference

Write reference here

Develop

qtpm command helps your development.

$ git clone [email protected]:shibukawa.yoshiki/qttobubus.git
$ cd qttobubus

# Run the following command once if this package has required packages
# -u updates modules they are already downloaded
$ qtpm get [-u]

# Build and run test
$ qtpm test

# Try install to ``dest`` folder
$ qtpm build

Folder Structure and Naming Convention

+ src/           // Header files under this folder will be published.
|  |             // Don't add `main.cpp`. qtpm assumes this package is an application, not library.
|  + private/    // Files under this folder will hide from outer modules.
+ resources/     // .qrc files are linked to application.
+ examples/      // Each .cpp file is build into executable.
+ test/          // Each _test.cpp file is built into executable and launched by qtpm test.
|                // Use `qtpm add test`` to add test case.
|                // Other .cpp files are used as utility code. They are linked to test modules.
+ doc/           // (not working yet) QDoc setting file and extra image files and so on.
+ html/          // (not working yet) HTML output of QDoc.
+ vendor/        // External libraries (source and binary)
+ build/         // Work folder.
+ CMakeExtra.txt // This file is included from created CMakeLists.txt.
                 // You can add any extra build options here.

Author

  • shibukawa.yoshiki

License

The MIT License (MIT)

History

  • Write package history here

qttobubus's People

Watchers

Yoshiki Shibukawa avatar James Cloos 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.