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

windows Ok

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