diff options
author | Simo Fält <[email protected]> | 2021-03-26 20:19:50 +0200 |
---|---|---|
committer | Simo Fält <[email protected]> | 2021-03-26 22:10:01 +0200 |
commit | cc1bdbe5ecc39c0986fff64ad3f8ab0adae3771b (patch) | |
tree | f35ade9d7cd445c164d1812a78ff8c9d16457085 | |
parent | 773e1105251a03131cbbdf4abcb0580cb425ff60 (diff) |
Use plain qt5#6.1 branch as a dependency
We can now ditch the pyside specific qt5 branch while qt5#6.1 contains
all required modules previously defined as additional module.
Change-Id: I250bcfa7973032036002e281cd38b93dae6d0835
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
-rw-r--r-- | product_dependencies.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/product_dependencies.yaml b/product_dependencies.yaml index 1866f13cd..f2ad3b9e3 100644 --- a/product_dependencies.yaml +++ b/product_dependencies.yaml @@ -1,3 +1,3 @@ dependencies: ../../qt/qt5.git: - ref: "pyside6.1" + ref: "6.1" |