From e8fde01e906dd91a867ea7b79eb8e748812369bc Mon Sep 17 00:00:00 2001 From: ephy Date: Thu, 17 Jun 2010 16:51:30 +0000 Subject: [PATCH] GCS/notify: Rename notifyplugin.pluginspec -> NotifyPlugin.pluginspec Case matters on Linux. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@802 ebee16cc-31ac-478f-84a7-5cbb03baadba --- ground/src/plugins/notify/NotifyPlugin.pluginspec | 11 +++++++++++ ground/src/plugins/notify/notify.pro | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 ground/src/plugins/notify/NotifyPlugin.pluginspec diff --git a/ground/src/plugins/notify/NotifyPlugin.pluginspec b/ground/src/plugins/notify/NotifyPlugin.pluginspec new file mode 100644 index 000000000..5a6c65d70 --- /dev/null +++ b/ground/src/plugins/notify/NotifyPlugin.pluginspec @@ -0,0 +1,11 @@ + + The OpenPilot Project + (C) 2010 Daniel Godin + The GNU Public License (GPL) Version 3 + Sound Notify Plugin + http://www.openpilot.org + + + + + diff --git a/ground/src/plugins/notify/notify.pro b/ground/src/plugins/notify/notify.pro index 8b2ea0aad..a78172bcc 100644 --- a/ground/src/plugins/notify/notify.pro +++ b/ground/src/plugins/notify/notify.pro @@ -15,7 +15,7 @@ SOURCES += notifyplugin.cpp \ notifypluginoptionspage.cpp \ notifypluginconfiguration.cpp -OTHER_FILES += notifyplugin.pluginspec +OTHER_FILES += NotifyPlugin.pluginspec FORMS += \ notifypluginoptionspage.ui