fixed the windows build

This commit is contained in:
Hoernchen 2013-10-03 22:44:46 +02:00
parent 4f2d10d591
commit 3b6d910f0c
3 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,9 @@
#include "dsp/dsptypes.h"
#include "util/export.h"
#include <stdio.h>
#ifndef WIN32
#include <unistd.h>
#endif
class SDRANGELOVE_API Interpolator {
public:

View File

@ -2,6 +2,7 @@
#define INCLUDE_BASICCHANNELSETTINGSWIDGET_H
#include <QWidget>
#include "util/export.h"
namespace Ui {
class BasicChannelSettingsWidget;
@ -9,7 +10,7 @@ namespace Ui {
class ChannelMarker;
class BasicChannelSettingsWidget : public QWidget {
class SDRANGELOVE_API BasicChannelSettingsWidget : public QWidget {
Q_OBJECT
public:

View File

@ -9,7 +9,7 @@ if(UNIX AND NOT BOOST_ROOT AND EXISTS "/usr/lib64")
list(APPEND BOOST_LIBRARYDIR "/usr/lib64") #fedora 64-bit fix
endif(UNIX AND NOT BOOST_ROOT AND EXISTS "/usr/lib64")
find_package(Boost)
find_package(Boost COMPONENTS system)
if(NOT GNURADIO_RUNTIME_FOUND AND GNURADIO_OSMOSDR_FOUND)