mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
OP-82: Fixed Windows compile issue, re-enabled plugin. Sorry!
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1082 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
46fcdea93c
commit
104b3394fc
@ -61,8 +61,6 @@ private:
|
||||
|
||||
private slots:
|
||||
void on_loadFile_clicked();
|
||||
void on_uavObject2_currentIndexChanged(QString val);
|
||||
void on_uavObject3_currentIndexChanged(QString val);
|
||||
};
|
||||
|
||||
#endif // PFDGADGETOPTIONSPAGE_H
|
||||
|
@ -126,7 +126,7 @@ SUBDIRS += plugin_gpsdisplay
|
||||
plugin_pfd.subdir = pfd
|
||||
plugin_pfd.depends = plugin_coreplugin
|
||||
plugin_pfd.depends = plugin_uavobjects
|
||||
#SUBDIRS += plugin_pfd
|
||||
SUBDIRS += plugin_pfd
|
||||
|
||||
|
||||
#IP connection plugin
|
||||
|
Loading…
x
Reference in New Issue
Block a user