提交 ac154e5f 编写于 作者: D dev@dev.com

windows Ok

上级 309c7f04
......@@ -28,13 +28,7 @@
#include <fftw3.h>
#include <vector>
#include <QStandardItemModel>
#ifdef Q_OS_WINDOWS
#include "uhd_device_win32.h"
#endif
#ifdef Q_OS_LINUX
#include "uhd_device.h"
#endif
#include "stdout_watcher.h"
namespace Ui {
class specWidget;
......
......@@ -23,7 +23,8 @@ SOURCES += \
qtgui/meter.cpp \
qtgui/plotter.cpp \
specwidget.cpp \
stdout_watcher.cpp
stdout_watcher.cpp \
uhd_device.cpp
HEADERS += \
qtgui/bookmarks.h \
......@@ -33,7 +34,8 @@ HEADERS += \
qtgui/meter.h \
qtgui/plotter.h \
specwidget.h \
stdout_watcher.h
stdout_watcher.h \
uhd_device.h
FORMS += \
specwidget.ui
......@@ -48,13 +50,7 @@ win32{
}
INCLUDEPATH +="$(UHD_PKG_PATH)/include"
LIBS += -L"$(UHD_PKG_PATH)/lib"
SOURCES +=
HEADERS +=
}else {
SOURCES += \
uhd_device.cpp
HEADERS += \
uhd_device.h
LIBS+=-lfftw3 -lpthread -lboost_system
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册