First Commit
This commit is contained in:
21
3rdparty/kddockwidgets/conan/README.txt
vendored
Normal file
21
3rdparty/kddockwidgets/conan/README.txt
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user