1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Forgot to remove test plugins from plugins.pro

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@275 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
julien 2010-03-09 21:44:32 +00:00 committed by julien
parent de914586c8
commit c25fc37cfe

View File

@ -4,8 +4,7 @@
TEMPLATE = subdirs
SUBDIRS = plugin_coreplugin \
plugin_welcome \
plugin_tutorial
plugin_welcome
# Blank Template Plugin, not compiled by default
#SUBDIRS += plugin_donothing
@ -19,6 +18,4 @@ plugin_coreplugin.subdir = coreplugin
plugin_welcome.subdir = welcome
plugin_welcome.depends = plugin_coreplugin
plugin_tutorial.subdir = tutorial
plugin_tutorial.depends = plugin_coreplugin