diff options
author | Karsten Heimrich <karsten.heimrich@qt.io> | 2021-01-11 15:49:30 +0100 |
---|---|---|
committer | Karsten Heimrich <karsten.heimrich@qt.io> | 2021-01-15 12:34:22 +0100 |
commit | 66918b6492297e7750621d85d4372bf45e81a86d (patch) | |
tree | 161146a97b8863432ddedb629b700f479189d4c8 /coin | |
parent | bb26d975c157a70d93e42ddd2748f81440186cf5 (diff) | |
download | qtserialport-66918b6492297e7750621d85d4372bf45e81a86d.tar.gz |
Qt6: Port module to cmake build system
Fixes: QTBUG-89767
Fixes: QTBUG-89878
Change-Id: I860ae7b9dbb0f79e9e952d594b9737d4c452579a
Reviewed-by: Andreas Buhr <andreas.buhr@qt.io>
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'coin')
-rw-r--r-- | coin/module_config.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml new file mode 100644 index 0000000..16d158c --- /dev/null +++ b/coin/module_config.yaml @@ -0,0 +1,12 @@ +version: 2 +accept_configuration: + condition: property + property: features + not_contains_value: Disable + +instructions: + Build: + - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml" + + Test: + - !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml" |