qt, quickshell, wms

This commit is contained in:
ProgramSnail 2025-08-22 14:35:39 +03:00
parent 147bf7b5d6
commit 2eb5a886f8
8 changed files with 134 additions and 7 deletions

22
roles/dev/tasks/qt.yml Normal file
View 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