From bd339d2cb64eb32528e081d916db275c2ec7454b Mon Sep 17 00:00:00 2001 From: Anthony Bilinski Date: Sun, 12 Apr 2020 01:43:04 -0700 Subject: [PATCH] chore(build): stop using removed cmake options Options were removed in https://github.com/qTox/qTox/pull/5888 --- .travis/build-ubuntu-16-04.sh | 2 -- CMakeLists.txt | 4 ---- 2 files changed, 6 deletions(-) diff --git a/.travis/build-ubuntu-16-04.sh b/.travis/build-ubuntu-16-04.sh index 9680e7d23..22bd11b81 100755 --- a/.travis/build-ubuntu-16-04.sh +++ b/.travis/build-ubuntu-16-04.sh @@ -165,8 +165,6 @@ build_qtox() { echo '*** BUILDING "MINIMAL" VERSION ***' cmake -H. -B"$BUILDDIR" \ -DSMILEYS=DISABLED \ - -DENABLE_STATUSNOTIFIER=False \ - -DENABLE_GTK_SYSTRAY=False \ -DSPELL_CHECK=OFF bdir diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f7f234f2..52e7cffd5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -611,10 +611,6 @@ endif() add_definitions(-DQT_MESSAGELOGCONTEXT=1) -if (NOT DEFINED ENABLE_STATUSNOTIFIER AND UNIX AND NOT APPLE) - set(ENABLE_STATUSNOTIFIER True) -endif() - if(AVFOUNDATION_FOUND) set(${PROJECT_NAME}_SOURCES ${${PROJECT_NAME}_SOURCES} src/platform/camera/avfoundation.mm