22 lines
838 B
Plaintext
22 lines
838 B
Plaintext
In the following example we assume you have the kddockwidgets source available in
|
|
/path/to/kddockwidgets-source. replace '/path/to/kddockwidgets-source' to fit your needs.
|
|
|
|
$ conan create -s build_type=Release -o kddockwidgets:build_examples=True -o kddockwidgets:build_tests=True /path/to/kddockwidgets-source/conan kdab/stable
|
|
|
|
Configuration options:
|
|
* build_static
|
|
Builds static versions of the libraries. Default=False
|
|
|
|
* build_tests
|
|
Build the test harness. Default=False
|
|
|
|
* build_examples
|
|
Build the examples. Default=True
|
|
|
|
* build_python_bindings
|
|
Build/Generate python bindings (always false for Debug or static builds). Default=False
|
|
|
|
* build_for_qt6
|
|
Build against Qt6 rather than Qt5. Default=false (Qt5 will be used even if Qt6 is available)
|
|
(Make sure the Qt6 bin directory is found in your execute PATH)
|