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:
parent
b2b2fa149e
commit
bd339d2cb6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user