1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(build): stop using removed cmake options

Options were removed in https://github.com/qTox/qTox/pull/5888
This commit is contained in:
Anthony Bilinski 2020-04-12 01:43:04 -07:00
parent b2b2fa149e
commit bd339d2cb6
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
2 changed files with 0 additions and 6 deletions

View File

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

View File

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