This repository was archived by the owner on Mar 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-18
lines changed Expand file tree Collapse file tree 2 files changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,12 @@ CMAKE_ARGS="-DBUILD_TESTS:BOOL=True"
13
13
case " $CONFIG " in
14
14
full* )
15
15
CMAKE_ARGS=" -DBUILD_DOCUMENTATION:BOOL=True -DBUILD_EXAMPLES:BOOL=True -DWITH_GSTREAMER:BOOL=True"
16
- case " $QT_VERSION " in
17
- 5.15* | 6* )
18
- if [ $HOST_SYSTEM = " Linux" ]; then
19
- # Enable OMEMO
20
- CMAKE_ARGS=" $CMAKE_ARGS -DBUILD_OMEMO=ON"
21
- fi
22
- ;;
23
- esac
24
- ;;
25
- esac
26
16
27
- case " $CONFIG " in
17
+ # Enable OMEMO
18
+ if [ $HOST_SYSTEM = " Linux" ]; then
19
+ CMAKE_ARGS=" $CMAKE_ARGS -DBUILD_OMEMO=ON"
20
+ fi
21
+ ;;
28
22
* debug* )
29
23
CMAKE_ARGS=" $CMAKE_ARGS -DCMAKE_BUILD_TYPE:STRING=Debug -DBUILD_INTERNAL_TESTS:BOOL=True"
30
24
;;
Original file line number Diff line number Diff line change @@ -34,13 +34,8 @@ full*)
34
34
libprotobuf-c-dev \
35
35
libssl-dev
36
36
37
- # Enable OMEMO for Qt > 5.15 (including Qt 6)
38
37
# Build and install qca and libomemo-c
39
- case " $QT_VERSION " in
40
- 5.15* | 6)
41
- install_cmake libomemo-c https://github.com/dino/libomemo-c " -DBUILD_SHARED_LIBS=ON"
42
- install_cmake qca https://invent.kde.org/libraries/qca " -DBUILD_TESTS=OFF -DBUILD_TOOLS=OFF -DBUILD_WITH_QT6=OFF"
43
- ;;
44
- esac
38
+ install_cmake libomemo-c https://github.com/dino/libomemo-c " -DBUILD_SHARED_LIBS=ON"
39
+ install_cmake qca https://invent.kde.org/libraries/qca " -DBUILD_TESTS=OFF -DBUILD_TOOLS=OFF -DBUILD_WITH_QT6=OFF"
45
40
;;
46
41
esac
You can’t perform that action at this time.
0 commit comments