mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
Windows MSVC build fixes
This commit is contained in:
parent
4c1e2a26cc
commit
b148073db4
@ -17,6 +17,7 @@ CONFIG(MINGW32):INCLUDEPATH += "C:\softs\libusb-1.0.22\include\libusb-1.0"
|
||||
CONFIG(MINGW64):INCLUDEPATH += "C:\softs\libusb-1.0.22\include\libusb-1.0"
|
||||
CONFIG(MSVC):INCLUDEPATH += "C:\softs\libusb-1.0.22\include\libusb-1.0"
|
||||
CONFIG(macx):INCLUDEPATH += /opt/local/include
|
||||
CONFIG(MSVC):INCLUDEPATH += "C:\softs\librtlsdr\include"
|
||||
|
||||
SOURCES = $$LIBRTLSDRSRC/src/librtlsdr.c\
|
||||
$$LIBRTLSDRSRC/src/tuner_e4k.c\
|
||||
|
@ -54,7 +54,6 @@ SOURCES += mainwindow.cpp\
|
||||
gui/channelwindow.cpp\
|
||||
gui/clickablelabel.cpp\
|
||||
gui/colormapper.cpp\
|
||||
gui/comboboxnoarrow.cpp\
|
||||
gui/commanditem.cpp\
|
||||
gui/commandkeyreceiver.cpp\
|
||||
gui/commandoutputdialog.cpp\
|
||||
@ -115,7 +114,6 @@ HEADERS += mainwindow.h\
|
||||
gui/channelwindow.h\
|
||||
gui/clickablelabel.h\
|
||||
gui/colormapper.h\
|
||||
gui/comboboxnoarrow.h\
|
||||
gui/commanditem.h\
|
||||
gui/commandkeyreceiver.h\
|
||||
gui/commandoutputdialog.h\
|
||||
|
Loading…
Reference in New Issue
Block a user