Commit graph

4 commits

Author SHA1 Message Date
Zooka
7f05b267f5
improve: remove qt5 checks (#7736)
<!-- Keep the title short & concise so anyone non-technical can
understand it,
     the title appears in PTB changelogs -->
#### Brief overview of PR changes/additions
Attempt to remove all obsolete qt5 checks.

#### Motivation for adding to Mudlet
Migrate to qt6.

#### Other info (issues closed, discussion etc)

---------

Co-authored-by: Vadim Peretokin <vadi2@users.noreply.github.com>
2025-02-24 06:59:51 +01:00
Martin Andersson
4a0a8f8173
Infrastructure: Update Dockerfile to use Ubuntu 22.04 jammy as base. (#6556)
<!-- Keep the title short & concise so anyone non-technical can
understand it,
     the title appears in PTB changelogs -->
#### Brief overview of PR changes/additions
Updates Dockerfile to use Ubuntu 22.04 LTS jammy, and updates
dependencies to suit the jammy universe.

#### Motivation for adding to Mudlet
Building through docker has been broken. Mudlet requires Qt 5.14 since
f744b2 but 20.04 LTS focal only provides Qt 5.12.

#### Other info (issues closed, discussion etc)
2023-02-19 20:41:12 +01:00
Chris Mitchell
94687c7e4a
Add clang tools to docker build (#5808)
* (autocommit) Updated autocompletion data (#4034)

Co-authored-by: mudlet-machine-account <mudlet-machine-account@users.noreply.github.com>

* (autocommit) Updated autocompletion data (#4501)

Co-authored-by: mudlet-machine-account <mudlet-machine-account@users.noreply.github.com>

* Add env var

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudlet-machine-account <mudlet-machine-account@users.noreply.github.com>
2022-01-02 14:44:46 -05:00
Chris Mitchell
91de38535f
Docker development support (#5047)
* Cleanup

* Fix settings for linux override

* Fix debug mode

* Commit env template

* Reduce default core count

* Build from cmake instead of pro file
2021-04-12 23:21:06 -04:00