diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-08-07 12:18:03 -0700 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-08-26 01:10:09 +0200 |
commit | 2d32d70f646e04c28d44fabd9e77d56a812d2aec (patch) | |
tree | e2738dae466399f289d8fee27ec2d5af49aa83d2 | |
parent | 756e729f0e8c37143971e83b0e89d9b6ca9d1289 (diff) |
fdo#80927 - quickstart causing trouble on windows, disable it
Change-Id: I0c46129cff44edaac72939c1b2bc8cbf02bdf68f
Reviewed-on: https://gerrit.libreoffice.org/10817
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
(cherry picked from commit e10e1b06cbbf337e8277063651b6e48011df5fd4)
-rw-r--r-- | scp2/Module_scp2.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scp2/Module_scp2.mk b/scp2/Module_scp2.mk index be02cd87a9da..767e4438bb3e 100644 --- a/scp2/Module_scp2.mk +++ b/scp2/Module_scp2.mk @@ -33,7 +33,6 @@ $(eval $(call gb_Module_add_targets,scp2,\ ) \ $(if $(filter WNT,$(OS)),\ $(if $(DISABLE_ACTIVEX),,InstallModule_activex) \ - InstallModule_quickstart \ InstallModule_windows \ $(if $(filter MSC,$(COM)),\ InstallModule_winexplorerext \ |