1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-10 01:35:40 +02:00
jami-client-qt/tests
Maxim Cournoyer 6ffdda7b81 tests: Fix WITH_WEBENGINE check.
Use #if, not #ifdef, to test the integer value of WITH_WEBENGINE, not
just whether it's defined.  Otherwise, -DWITH_WEBENGINE=OFF would not
work.

* tests/qml/main.cpp: Replace '#ifdef WITH_WEBENGINE' with '#if
WITH_WEBENGINE'.

Change-Id: Ieda8c46fa696afa1e4118acc7d4fecd4b7f9a171
2025-07-16 12:03:56 -04:00
..
qml tests: Fix WITH_WEBENGINE check. 2025-07-16 12:03:56 -04:00
unittests tests: Avoid takeFirst-caused segfaults on empty arrays. 2025-07-16 11:59:26 -04:00
CMakeLists.txt Fix running tests when building out of the source tree. 2025-07-16 11:57:28 -04:00