Skip to content

Commit e38aaed

Browse files
committed
CI: Use default KDE config
1 parent e29c55a commit e38aaed

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.craft.ini

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ OpenCloudVersion = 1.0
1212
# this version must match the target in the blueprint
1313

1414
# update MacDeploymentTarget when updating Qt
15-
QtVersion = 6.8.0
15+
#QtVersion = 6.8.0
1616
CachePatchLvl = 0
1717

1818
# set WORKSPACE to cwd, override on ci
@@ -55,13 +55,7 @@ CodeSigning/MacKeychainPath = sign-${Env:DRONE_BUILD_NUMBER}.keychain
5555
dev-utils/msys-base.ignored = True
5656
dev-utils/msys.ignored = True
5757

58-
binary/mysql.ignored = True
59-
libs/dbus.ignored = True
60-
libs/icu.ignored = True
61-
62-
libs/qt6.version = ${Variables:QtVersion}
63-
libs/qt6/qtbase.withDBus = False
64-
qt-libs/qtkeychain.buildWithQt6 = True
58+
#libs/qt6.version = ${Variables:QtVersion}
6559

6660
[windows-cl-msvc2022-x86_64]
6761
General/ABI = windows-cl-msvc2022-x86_64
@@ -89,17 +83,13 @@ Compile/BuildType = Debug
8983
General/ABI = linux-64-gcc
9084

9185
[linux-64-gcc-BlueprintSettings]
92-
libs/dbus.ignored = False
93-
libs/icu.ignored = False
9486
libs/qt6/qtbase.withDBus = True
9587

9688
[linux-64-gcc-debug]
9789
General/ABI = linux-64-gcc
9890
Compile/BuildType = Debug
9991

10092
[linux-64-gcc-debug-BlueprintSettings]
101-
libs/dbus.ignored = False
102-
libs/icu.ignored = False
10393
libs/qt6/qtbase.withDBus = True
10494

10595
[Env]

0 commit comments

Comments
 (0)