1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-07-26 18:52:25 -04:00

32 lines
666 B
Prolog
Raw Normal View History

2016-03-09 00:20:49 +01:00
#--------------------------------------------------------
#
# Pro file for Android and Windows builds with Qt Creator
#
#--------------------------------------------------------
TEMPLATE = lib
CONFIG += plugin
QT += core gui widgets multimedia
TARGET = demodam
INCLUDEPATH += $$PWD
INCLUDEPATH += ../../../sdrbase
CONFIG(Release):build_subdir = release
CONFIG(Debug):build_subdir = debug
SOURCES += amdemod.cpp\
amdemodgui.cpp\
amdemodplugin.cpp
2016-03-09 00:20:49 +01:00
HEADERS += amdemod.h\
amdemodgui.h\
amdemodplugin.h
2016-03-09 00:20:49 +01:00
FORMS += amdemodgui.ui
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
RESOURCES = ../../../sdrbase/resources/res.qrc