From c2eaf5e627057b3c424dc9be8a670da4af7fd4a0 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Thu, 14 Nov 2013 19:22:22 +0100 Subject: [PATCH] owncloud is no longer a dl'opened module, but linked into csync --- cmake/modules/NSIS.template.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in index 634cc37115..a02712f18c 100644 --- a/cmake/modules/NSIS.template.in +++ b/cmake/modules/NSIS.template.in @@ -300,11 +300,6 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION SetOutPath "$INSTDIR\sqldrivers" File "${SQLITE_DLL_PATH}\qsqlite4.dll" - SetOutPath "$INSTDIR\modules" - ; FIXME: fix installation dir of module, currently needs manual copying to - ; /usr/i686-w64-mingw32/sys-root/mingw/bin/csync_modules/ - - File "${CSYNC_PLUGIN_DIR}/ocsync_owncloud.dll" SetOutPath "$INSTDIR" !endif