]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Use craft to build for windows
authorMéven Car <meven@kde.org>
Sat, 9 Mar 2024 10:24:58 +0000 (11:24 +0100)
committerMéven Car <meven.car@kdemail.net>
Mon, 25 Mar 2024 16:06:32 +0000 (16:06 +0000)
.gitlab-ci.yml
CMakeLists.txt

index 324be7d0a1b4222cc67c0889468e64bc4e9180be..f3cce4e3fe87f531014df1aa2a24aaae0b6ed731 100644 (file)
@@ -5,3 +5,5 @@ include:
       - /gitlab-templates/freebsd-qt6.yml
       - /gitlab-templates/windows-qt6.yml
       - /gitlab-templates/flatpak.yml
       - /gitlab-templates/freebsd-qt6.yml
       - /gitlab-templates/windows-qt6.yml
       - /gitlab-templates/flatpak.yml
+      - /gitlab-templates/craft-windows-x86-64-qt6.yml
+
index 3a782b9b982dd806389027383b53a885df62647a..f2ba8813f3b63e86b24bc8a8710903c9733fca17 100644 (file)
@@ -29,6 +29,7 @@ include(ECMQtDeclareLoggingCategory)
 include(ECMDeprecationSettings)
 include(CheckIncludeFiles)
 include(CheckLibraryExists)
 include(ECMDeprecationSettings)
 include(CheckIncludeFiles)
 include(CheckLibraryExists)
+include(CheckFunctionExists)
 
 ecm_setup_version(${RELEASE_SERVICE_VERSION} VARIABLE_PREFIX DOLPHIN
                   VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/src/dolphin_version.h"
 
 ecm_setup_version(${RELEASE_SERVICE_VERSION} VARIABLE_PREFIX DOLPHIN
                   VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/src/dolphin_version.h"