diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | tests/KDEPackageAppTemplatesTest/qml-plasmoid/package/metadata.desktop | 2 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 864ce3a3..9df03eb9 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -36,7 +36,7 @@ find_package(Qt5LinguistTools CONFIG)  set_package_properties(      Qt5LinguistTools      PROPERTIES -        URL "http://www.qt.io/" +        URL "https://www.qt.io/"          DESCRIPTION "Qt5 linguist tools."          TYPE OPTIONAL          PURPOSE "Required to run tests for the ECMPoQmTools module." @@ -46,7 +46,7 @@ find_package(Qt5Core CONFIG)  set_package_properties(      Qt5Core      PROPERTIES -        URL "http://www.qt.io/" +        URL "https://www.qt.io/"          DESCRIPTION "Qt5 core library."          TYPE OPTIONAL          PURPOSE "Required to run tests for the ECMQtDeclareLoggingCategory module, and for some tests of the KDEInstallDirs module." @@ -213,7 +213,7 @@ find_package(Qt5Quick CONFIG)  set_package_properties(      Qt5Quick      PROPERTIES -        URL "http://www.qt.io/" +        URL "https://www.qt.io/"          DESCRIPTION "Qt5 Quick library."          TYPE OPTIONAL          PURPOSE "Required to run tests for the ECMQMLModules module." diff --git a/tests/KDEPackageAppTemplatesTest/qml-plasmoid/package/metadata.desktop b/tests/KDEPackageAppTemplatesTest/qml-plasmoid/package/metadata.desktop index 5fcd677c..3a1ec230 100644 --- a/tests/KDEPackageAppTemplatesTest/qml-plasmoid/package/metadata.desktop +++ b/tests/KDEPackageAppTemplatesTest/qml-plasmoid/package/metadata.desktop @@ -53,7 +53,7 @@ X-KDE-PluginInfo-Author=%{AUTHOR}  X-KDE-PluginInfo-Email=%{EMAIL}  X-KDE-PluginInfo-Name=%{APPNAMELC}  X-KDE-PluginInfo-Version=1.0 -X-KDE-PluginInfo-Website=http://plasma.kde.org/ +X-KDE-PluginInfo-Website=https://plasma.kde.org/  X-KDE-PluginInfo-Category=Utilities  X-KDE-PluginInfo-Depends=  X-KDE-PluginInfo-License=GPL | 
