mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-31 14:22:26 -04:00
UDP channel plugins: Windows build: added missing .pro file
This commit is contained in:
parent
3803f72e9f
commit
5cacaf0e99
41
plugins/channeltx/udpsink/udpsink.pro
Normal file
41
plugins/channeltx/udpsink/udpsink.pro
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
#--------------------------------------------------------
|
||||||
|
#
|
||||||
|
# Pro file for Windows builds with Qt Creator
|
||||||
|
#
|
||||||
|
#--------------------------------------------------------
|
||||||
|
|
||||||
|
TEMPLATE = lib
|
||||||
|
CONFIG += plugin
|
||||||
|
|
||||||
|
QT += core gui widgets multimedia opengl network
|
||||||
|
|
||||||
|
TARGET = udpsink
|
||||||
|
|
||||||
|
DEFINES += USE_SSE2=1
|
||||||
|
QMAKE_CXXFLAGS += -msse2
|
||||||
|
DEFINES += USE_SSE4_1=1
|
||||||
|
QMAKE_CXXFLAGS += -msse4.1
|
||||||
|
|
||||||
|
INCLUDEPATH += $$PWD
|
||||||
|
INCLUDEPATH += ../../../sdrbase
|
||||||
|
|
||||||
|
CONFIG(Release):build_subdir = release
|
||||||
|
CONFIG(Debug):build_subdir = debug
|
||||||
|
|
||||||
|
SOURCES += udpsink.cpp\
|
||||||
|
udpsinkgui.cpp\
|
||||||
|
udpsinkplugin.cpp\
|
||||||
|
udpsinkmsg.cpp\
|
||||||
|
udpsinkudphandler.cpp
|
||||||
|
|
||||||
|
HEADERS += udpsink.h\
|
||||||
|
udpsinkgui.h\
|
||||||
|
udpsinkplugin.h\
|
||||||
|
udpsinkmsg.h\
|
||||||
|
udpsinkudphandler.h
|
||||||
|
|
||||||
|
FORMS += udpsinkgui.ui
|
||||||
|
|
||||||
|
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
|
||||||
|
|
||||||
|
RESOURCES = ../../../sdrbase/resources/res.qrc
|
Loading…
x
Reference in New Issue
Block a user