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:
parent
b9fe954d87
commit
b740fefa56
@ -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
|
||||
|
||||
|
@ -1002,7 +1002,6 @@
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>14</pointsize>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
|
Loading…
Reference in New Issue
Block a user