mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-10 01:35:40 +02:00
![]() 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 |
||
---|---|---|
.. | ||
qml | ||
unittests | ||
CMakeLists.txt |