mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
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
This commit is contained in:
parent
67bce738d2
commit
e8fde01e90
11
ground/src/plugins/notify/NotifyPlugin.pluginspec
Normal file
11
ground/src/plugins/notify/NotifyPlugin.pluginspec
Normal file
@ -0,0 +1,11 @@
|
||||
<plugin name="NotifyPlugin" version="0.0.1" compatVersion="1.0.0">
|
||||
<vendor>The OpenPilot Project</vendor>
|
||||
<copyright>(C) 2010 Daniel Godin</copyright>
|
||||
<license>The GNU Public License (GPL) Version 3</license>
|
||||
<description>Sound Notify Plugin</description>
|
||||
<url>http://www.openpilot.org</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.0.0"/>
|
||||
<dependency name="UAVObjects" version="0.0.1"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
@ -15,7 +15,7 @@ SOURCES += notifyplugin.cpp \
|
||||
notifypluginoptionspage.cpp \
|
||||
notifypluginconfiguration.cpp
|
||||
|
||||
OTHER_FILES += notifyplugin.pluginspec
|
||||
OTHER_FILES += NotifyPlugin.pluginspec
|
||||
|
||||
FORMS += \
|
||||
notifypluginoptionspage.ui
|
||||
|
Loading…
Reference in New Issue
Block a user