QtKeyChain: Fix CMakeLists.txt

Otherwise getting:

CMake Error at src/libs/3rdparty/qtkeychain/CMakeLists.txt:26 (endif):
  Flow control statements are not properly nested.

Amends 4c746e79f0

Change-Id: I28c62432113e41426673a3bf4753d1001a8a4f9a
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Jarek Kobus
2023-10-04 09:39:21 +02:00
parent 4c746e79f0
commit a41b385404

View File

@@ -23,7 +23,6 @@ if (WIN32)
DEPENDS crypt32 DEPENDS crypt32
) )
endif() endif()
endif()
extend_qtc_library(qtkeychain extend_qtc_library(qtkeychain
CONDITION APPLE CONDITION APPLE