extensions/CppunitTest_extensions_test_update.mk | 1 + 1 file changed, 1 insertion(+)
New commits: commit 36b7b676680ee63aaa0fc5783fa883d5596ac7a2 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Thu Sep 18 12:19:58 2025 +0200 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Thu Sep 18 17:33:06 2025 +0200 Fix CppunitTest_extensions_test_update build [LNK] CppunitTest/test_extensions_test_update.dll updatehdl.o : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class vcl::Window * __cdecl VCLUnoHelper::GetWindow(class com::sun::star::uno::Reference<class com::sun::star::awt::XWindowPeer> const &)" (__imp_?GetWindow@VCLUnoHelper@@SAPEAVWindow@vcl@@AEBV?$Reference@VXWindowPeer@awt@star@sun@com@@@uno@star@sun@com@@@Z) referenced in function "private: class vcl::Window * __cdecl UpdateHandler::getWindow(class rtl::OUString const &)" (?getWindow@UpdateHandler@@AEAAPEAVWindow@vcl@@AEBVOUString@rtl@@@Z) C:\louild\workdir\LinkTarget\CppunitTest est_extensions_test_update.dll : fatal error LNK1120: 1 unresolved external After commit 04b5cdcca0a2a37ccff5896116b597afdf4f42ee (tdf#104833 update check: Start using vcl::Window more directly, 2025-09-17), Library_updchk depends on tk. The unit test uses object files of the library. Change-Id: I971357f47eabc4b5df51760e7215280d6e03994b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191117 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/extensions/CppunitTest_extensions_test_update.mk b/extensions/CppunitTest_extensions_test_update.mk index da6b83a311b8..6de43bd4e8c5 100644 --- a/extensions/CppunitTest_extensions_test_update.mk +++ b/extensions/CppunitTest_extensions_test_update.mk @@ -24,6 +24,7 @@ $(eval $(call gb_CppunitTest_use_libraries,extensions_test_update, \ sal \ salhelper \ test \ + tk \ utl \ unotest \ vcl \