We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6113156 commit 2d74207Copy full SHA for 2d74207
1 file changed
CMakeLists.txt
@@ -49,7 +49,7 @@ option(BOX32_BINFMT "Also setup binfmt integration for box32" ${BOX32_BINFMT})
49
option(LARCH64_ABI_1 "Set to ON if building for Loongarch64 ABI 1.0 system" ${LARCH64_ABI_1})
50
option(GDBJIT "Set to ON to enable GDB JIT support" ${GDBJIT})
51
option(WOW64 "Set to ON if you want a WOW64 PE build in addition")
52
-option(BOX64_KDE_PROFILE_PLUGIN "Build the Dolphin/KIO Box64 profile context menu plugin when KF6 is available" ON)
+option(BOX64_KDE_PROFILE_PLUGIN "Build the Dolphin/KIO Box64 profile context menu plugin when KF6 is available" OFF)
53
54
if(TERMUX)
55
set(TERMUX_PATH "/data/data/com.termux/files")
0 commit comments