mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-02 12:48:16 +00:00
qt, quickshell, wms
This commit is contained in:
parent
147bf7b5d6
commit
2eb5a886f8
8 changed files with 134 additions and 7 deletions
22
roles/dev/tasks/qt.yml
Normal file
22
roles/dev/tasks/qt.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
- name: Installing opengl libs
|
||||
ansible.builtin.import_tasks: opengl.yml
|
||||
|
||||
- name: Installing cpp
|
||||
ansible.builtin.import_tasks: cpp.yml
|
||||
|
||||
- name: Installing qt devel libs
|
||||
become: true
|
||||
ansible.builtin.dnf5:
|
||||
name:
|
||||
- qt6-qtdeclarative-devel
|
||||
- qt6-qtbase-devel
|
||||
state: latest
|
||||
|
||||
# - name: Installing qt creator
|
||||
# become: true
|
||||
# ansible.builtin.dnf5:
|
||||
# name:
|
||||
# - qt6-creator
|
||||
# state: latest
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue