mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
Windows build: added AM demod plugin
This commit is contained in:
@@ -1,33 +1,33 @@
|
||||
#--------------------------------------------------------
|
||||
#
|
||||
# Pro file for Android and Windows builds with Qt Creator
|
||||
#
|
||||
#--------------------------------------------------------
|
||||
|
||||
TEMPLATE = lib
|
||||
CONFIG += plugin
|
||||
|
||||
QT += core gui widgets multimedia
|
||||
|
||||
TARGET = inputfilesource
|
||||
INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH += ../../../sdrbase
|
||||
|
||||
CONFIG(release): build_subdir = release
|
||||
CONFIG(debug): build_subdir = debug
|
||||
|
||||
SOURCES += filesourcegui.cpp\
|
||||
filesourceinput.cpp\
|
||||
filesourceplugin.cpp\
|
||||
filesourcethread.cpp
|
||||
|
||||
HEADERS += filesourcegui.h\
|
||||
filesourceinput.h\
|
||||
filesourceplugin.h\
|
||||
filesourcethread.h
|
||||
|
||||
FORMS += filesourcegui.ui
|
||||
|
||||
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
|
||||
|
||||
RESOURCES = ../../../sdrbase/resources/res.qrc
|
||||
#--------------------------------------------------------
|
||||
#
|
||||
# Pro file for Android and Windows builds with Qt Creator
|
||||
#
|
||||
#--------------------------------------------------------
|
||||
|
||||
TEMPLATE = lib
|
||||
CONFIG += plugin
|
||||
|
||||
QT += core gui widgets multimedia
|
||||
|
||||
TARGET = inputfilesource
|
||||
INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH += ../../../sdrbase
|
||||
|
||||
CONFIG(Release):build_subdir = release
|
||||
CONFIG(Debug):build_subdir = debug
|
||||
|
||||
SOURCES += filesourcegui.cpp\
|
||||
filesourceinput.cpp\
|
||||
filesourceplugin.cpp\
|
||||
filesourcethread.cpp
|
||||
|
||||
HEADERS += filesourcegui.h\
|
||||
filesourceinput.h\
|
||||
filesourceplugin.h\
|
||||
filesourcethread.h
|
||||
|
||||
FORMS += filesourcegui.ui
|
||||
|
||||
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
|
||||
|
||||
RESOURCES = ../../../sdrbase/resources/res.qrc
|
||||
|
||||
Reference in New Issue
Block a user