update CMakeLists.txt

This commit is contained in:
ymshenyu 2020-05-17 09:54:55 +08:00
parent 70990534b2
commit 3e4f71de29
2 changed files with 2 additions and 2 deletions

View File

@ -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
View File

@ -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