mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-24 11:12:27 -04:00
Windows build: added .pro file for FCD Pro+ but it does not link so not included in main .pro
This commit is contained in:
parent
34f0ce95c9
commit
4b95c1cbc0
38
plugins/samplesource/fcdproplus/fcdproplus.pro
Normal file
38
plugins/samplesource/fcdproplus/fcdproplus.pro
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
#--------------------------------------------------------
|
||||||
|
#
|
||||||
|
# Pro file for Android and Windows builds with Qt Creator
|
||||||
|
#
|
||||||
|
#--------------------------------------------------------
|
||||||
|
|
||||||
|
TEMPLATE = lib
|
||||||
|
CONFIG += plugin
|
||||||
|
|
||||||
|
QT += core gui widgets multimedia network
|
||||||
|
|
||||||
|
TARGET = inputfcdproplus
|
||||||
|
|
||||||
|
INCLUDEPATH += $$PWD
|
||||||
|
INCLUDEPATH += ../../../sdrbase
|
||||||
|
INCLUDEPATH += ../../../fcdhid
|
||||||
|
INCLUDEPATH += ../../../fcdlib
|
||||||
|
|
||||||
|
CONFIG(Release):build_subdir = release
|
||||||
|
CONFIG(Debug):build_subdir = debug
|
||||||
|
|
||||||
|
SOURCES = fcdproplusgui.cpp\
|
||||||
|
fcdproplusinputqt.cpp\
|
||||||
|
fcdproplusplugin.cpp\
|
||||||
|
fcdproplussettings.cpp\
|
||||||
|
fcdproplusreader.cpp
|
||||||
|
|
||||||
|
HEADERS = fcdproplusgui.h\
|
||||||
|
fcdproplusinputqt.h\
|
||||||
|
fcdproplusplugin.h\
|
||||||
|
fcdproplussettings.h\
|
||||||
|
fcdproplusreader.h
|
||||||
|
|
||||||
|
FORMS += fcdproplusgui.ui
|
||||||
|
|
||||||
|
LIBS += -L../../../fcdlib/$${build_subdir} -lfcdlib
|
||||||
|
LIBS += -L../../../fcdhid/$${build_subdir} -lfcdhid
|
||||||
|
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
|
Loading…
x
Reference in New Issue
Block a user