From 46a8eddd95c99e11f0916c5bb15d325a935e1248 Mon Sep 17 00:00:00 2001 From: Micke Prag Date: Fri, 27 Mar 2009 15:54:14 +0000 Subject: [PATCH] Changed the destdir for plugin systray on Mac OS X --- telldus-gui/Plugins/Systray/Systray.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telldus-gui/Plugins/Systray/Systray.pro b/telldus-gui/Plugins/Systray/Systray.pro index b16eabd6..b1f93480 100644 --- a/telldus-gui/Plugins/Systray/Systray.pro +++ b/telldus-gui/Plugins/Systray/Systray.pro @@ -16,7 +16,7 @@ HEADERS += systrayplugin.h \ macx { LIBS += -framework \ TelldusCore - DESTDIR = ../../TelldusCenter/TelldusCenter.app/Contents/Plugins + DESTDIR = ../../TelldusCenter/TelldusCenter.app/Contents/Plugins/script } !macx { LIBS += -ltelldus-core