mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 09:18:54 -05: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…
Reference in New Issue
Block a user