mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-21 19:30:26 +08:00
update CMakeLists.txt
This commit is contained in:
parent
70990534b2
commit
3e4f71de29
@ -88,7 +88,7 @@ set(QV2RAY_DEFAULT_VASSETS_PATH "unset" CACHE STRING "v2ray assets path")
|
||||
set(QV2RAY_DEFAULT_VCORE_PATH "unset" CACHE STRING "v2ray core path")
|
||||
set(QV2RAY_TRANSLATION_PATH "unset" CACHE STRING "Qv2ray translations path")
|
||||
set(QV2RAY_DISABLE_AUTO_UPDATE OFF CACHE BOOL "Disable update checker")
|
||||
set(BUILD_TESTING OFF CACHE BOOL "Build test")
|
||||
set(BUILD_TESTING ON CACHE BOOL "Build test")
|
||||
if(UNIX AND NOT APPLE)
|
||||
set(QV2RAY_USE_BUILTIN_DARKTHEME OFF CACHE BOOL "Use built-in dark theme instead of followed by the system settings")
|
||||
else()
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -16,4 +16,4 @@ export QT_SELECT := 5
|
||||
dh $@ --buildsystem=cmake+ninja
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- -DEMBED_TRANSLATIONS=ON -DBUILD_TESTING=ON
|
||||
dh_auto_configure -- -DEMBED_TRANSLATIONS=ON
|
||||
|
Loading…
Reference in New Issue
Block a user