1
0
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:
ephy 2010-06-17 16:51:30 +00:00 committed by ephy
parent 67bce738d2
commit e8fde01e90
2 changed files with 12 additions and 1 deletions

View 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>

View File

@ -15,7 +15,7 @@ SOURCES += notifyplugin.cpp \
notifypluginoptionspage.cpp \
notifypluginconfiguration.cpp
OTHER_FILES += notifyplugin.pluginspec
OTHER_FILES += NotifyPlugin.pluginspec
FORMS += \
notifypluginoptionspage.ui