Delete .pri files, move warnings to src/CMakeLists.txt (#3883)

This commit is contained in:
Daniel Sage
2022-07-30 06:39:13 -04:00
committed by GitHub
parent 218718e930
commit bda060f42e
16 changed files with 53 additions and 179 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
- Bugfix: Adopt popup windows in order to force floating behavior on some window managers. (#3836)
- Bugfix: Fix split focusing being broken in certain circumstances when the "Show input when it's empty" setting was disabled. (#3838, #3860)
- Bugfix: Always refresh tab when a contained split's channel is set. (#3849)
- Dev: Remove official support for QMake. (#3839)
- Dev: Remove official support for QMake. (#3839, #3883)
- Dev: Rewrite LimitedQueue (#3798)
- Dev: Overhaul highlight system by moving all checks into a Controller allowing for easier tests. (#3399, #3801, #3835)
- Dev: Use Game Name returned by Get Streams instead of querying it from the Get Games API. (#3662)