mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
For some reason Mac needs QThread explicitly included - apparently this worked on Windows.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1215 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
0eac218572
commit
8c68c2a315
@ -33,6 +33,7 @@
|
||||
#include <iostream>
|
||||
#include <QtGui/QFileDialog>
|
||||
#include <QDebug>
|
||||
#include <QThread>
|
||||
|
||||
|
||||
class MyThread : public QThread
|
||||
|
Loading…
x
Reference in New Issue
Block a user