diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-08-07 12:18:03 -0700 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-08-25 06:04:56 -0500 |
commit | e10e1b06cbbf337e8277063651b6e48011df5fd4 (patch) | |
tree | cf76218c7fd93d2ad80576090cbc9a1e4488e91a | |
parent | 092a3a093b11485cb3c951cb36b56ce08218f1e4 (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>
-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 \ |