1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Fixed bug by which aerosimrc plugin was not compiled.

This commit is contained in:
Kenz Dale 2012-10-01 12:03:30 +02:00
parent b9fe954d87
commit b740fefa56
2 changed files with 6 additions and 1 deletions

View File

@ -1,8 +1,10 @@
TEMPLATE = lib
TARGET = HITL
QT += network
include(../../openpilotgcsplugin.pri)
include(hitl_dependencies.pri)
HEADERS += hitlplugin.h \
hitlwidget.h \
hitloptionspage.h \
@ -31,3 +33,7 @@ OTHER_FILES += hitl.pluginspec
FORMS += hitloptionspage.ui \
hitlwidget.ui
RESOURCES += hitlresources.qrc
TEMPLATE = subdirs
SUBDIRS = aerosimrc

View File

@ -1002,7 +1002,6 @@
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>