Skip to content

Commit

Permalink
HackRF: Windows build: added missing files in devices .pro file
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Jul 23, 2017
1 parent e9aa78a commit 0ad14d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devices/devices.pro
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ CONFIG(Debug):build_subdir = debug
bladerf/devicebladerfvalues.cpp

SOURCES += hackrf/devicehackrf.cpp\
hackrf/devicehackrfvalues.cpp
hackrf/devicehackrfvalues.cpp\
hackrf/devicehackrfshared.cpp

CONFIG(MINGW64)SOURCES += limesdr/devicelimesdr.cpp\
limesdr/devicelimesdrparam.cpp\
Expand All @@ -61,6 +62,7 @@ CONFIG(MINGW64)SOURCES += limesdr/devicelimesdr.cpp\
HEADERS += hackrf/devicehackrf.h\
hackrf/devicehackrfparam.h\
hackrf/devicehackrfvalues.h\
hackrf/devicehackrfshared.h

CONFIG(MINGW64)HEADERS += limesdr/devicelimesdr.h\
limesdr/devicelimesdrparam.h\
Expand Down

0 comments on commit 0ad14d3

Please sign in to comment.