1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-18 19:06:34 -04:00
sdrangel/libmirisdr/libmirisdr.pro

20 lines
426 B
Prolog

#--------------------------------------------------------
#
# Pro file for Android and Windows builds with Qt Creator
#
#--------------------------------------------------------
QT += core
TEMPLATE = lib
TARGET = libmirisdr
macx {
INCLUDEPATH += "/opt/local/include"
INCLUDEPATH += "/usr/local/include"
SOURCES =
HEADERS =
LIBS += -L/usr/local/lib -lmirisdr
LIBS += -L/opt/local/lib -lusb-1.0
}