Kaydet (Commit) 017f6fcf authored tarafından Michael Stahl's avatar Michael Stahl

desktop: CppunitTest_desktop_app requires breakpad

Change-Id: I314fd2ba94ec6efdfecbc9694138a6410665163c
üst 31623bb0
...@@ -14,6 +14,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,desktop_app, \ ...@@ -14,6 +14,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,desktop_app, \
)) ))
$(eval $(call gb_CppunitTest_use_externals,desktop_app, \ $(eval $(call gb_CppunitTest_use_externals,desktop_app, \
$(if $(ENABLE_BREAKPAD),breakpad) \
dbus \ dbus \
)) ))
...@@ -21,6 +22,7 @@ $(eval $(call gb_CppunitTest_use_libraries,desktop_app, \ ...@@ -21,6 +22,7 @@ $(eval $(call gb_CppunitTest_use_libraries,desktop_app, \
comphelper \ comphelper \
cppu \ cppu \
cppuhelper \ cppuhelper \
$(if $(ENABLE_BREAKPAD),crashreport) \
deploymentmisc \ deploymentmisc \
editeng \ editeng \
i18nlangtag \ i18nlangtag \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment