QtProtobuf  0.6
Protobuf plugin to generate Qt classes
Public Member Functions | Static Public Attributes | List of all members
conanfile.QtProtobufConan Class Reference
Inheritance diagram for conanfile.QtProtobufConan:
Inheritance graph
[legend]
Collaboration diagram for conanfile.QtProtobufConan:
Collaboration graph
[legend]

Public Member Functions

def build (self)
 
def package (self)
 

Static Public Attributes

string name = "microjson"
 
string version = "0.1.0"
 
string license = "MIT"
 
string url = "https://github.com/semlanik/microjson"
 
tuple description = ("Tiny and simple JSON parser")
 
tuple topics = ("conan", "json")
 
string settings = "os", "compiler", "build_type", "arch"
 
string homepage = "https://github.com/semlanik/microjson"
 
string generators = "cmake"
 
dictionary options = {"shared": [True, False]}
 
dictionary default_options
 
dictionary scm
 
string exports_sources = "*"
 

Member Data Documentation

◆ default_options

dictionary conanfile.QtProtobufConan.default_options
static
Initial value:
= {
"shared": True,
}

◆ scm

dictionary conanfile.QtProtobufConan.scm
static
Initial value:
= {
"type": "git",
"url": "auto",
"revision": "auto",
}

The documentation for this class was generated from the following file: