syncthingtray/plasmoid/lib
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 Add release info in Plasmoid AppStream template 2022-10-13 19:34:49 +02:00
resources Prevent AppStream validation message `asv-content-rating-missing` 2022-10-11 21:01:06 +02:00
CMakeLists.txt Add Plasmoid files not used in current build to excluded files 2023-07-14 02:42:04 +02:00
appearanceoptionpage.ui Change Directory to Folder in user-facing strings 2023-09-17 19:33:31 +01:00
global.h Adapt to changes in c++utilities 2019-06-14 19:15:26 +02:00
settingsdialog.cpp Dynamically retranslate some aspects of the UI 2023-07-03 00:56:19 +02:00
settingsdialog.h Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
syncthingapplet.cpp Fix checks for Plasma 6 2023-11-13 23:32:44 +01:00
syncthingapplet.h Fix showing directory errors in plasmoid 2023-04-26 20:30:23 +02:00