syncthingtray/plasmoid
Martchus 85c180d625 Fix checks for Plasma 6
The alpha defines the macros

```
#define PLASMA_VERSION_MAJOR 5
#define PLASMA_VERSION_MINOR 27
#define PLASMA_VERSION_PATCH 80
```

so the current version checks (which were created based on the macros from
a development build) are not working. I have no clue how these numbers are
crafted so it is supposedly the easiest to just check for Qt 6 as Qt itself
uses a sane versioning system.
2023-11-13 23:32:44 +01:00
..
cmake/templates Port Plasmoid to Plasma 6 2023-07-13 01:01:02 +02:00
lib Fix checks for Plasma 6 2023-11-13 23:32:44 +01:00
package5/contents/ui Rename placeholder text in Plasmoid as well to use folders instead of dirs 2023-09-18 22:18:02 +02:00
package6/contents/ui Rename placeholder text in Plasmoid as well to use folders instead of dirs 2023-09-18 22:18:02 +02:00
resources/screenshots Improve screenshot-related section headings in README 2022-06-06 18:27:09 +02:00
scripts Port Plasmoid to Plasma 6 2023-07-13 01:01:02 +02:00
translations Do the directory/folder replacement also in German translation 2023-09-18 22:34:30 +02:00
.gitignore Port Plasmoid to Plasma 6 2023-07-13 01:01:02 +02:00
CMakeLists.txt Fix configuring against Plasma 6 2023-11-13 23:29:38 +01:00
testing.md Port Plasmoid to Plasma 6 2023-07-13 01:01:02 +02:00