1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Windows build fixes

This commit is contained in:
f4exb
2019-02-03 11:09:09 +01:00
parent a64de98571
commit 211bfcf873
3 changed files with 10 additions and 10 deletions
@@ -9,7 +9,7 @@ CONFIG += plugin
QT += core gui widgets multimedia network opengl
TARGET = remoteinput
TARGET = inputremote
CONFIG(MINGW32):LIBCM256CCSRC = "C:\softs\cm256cc"
CONFIG(MSVC):LIBCM256CCSRC = "C:\softs\cm256cc"
@@ -43,14 +43,14 @@ SOURCES += remoteinputbuffer.cpp\
remoteinput.cpp\
remoteinputsettings.cpp\
remoteinputplugin.cpp\
remoteinputeudphandler.cpp
remoteinputudphandler.cpp
HEADERS += remoteinputbuffer.h\
remoteinputgui.h\
remoteinput.h\
remoteinputsettings.h\
remoteinputplugin.h\
remoteinputeudphandler.h
remoteinputudphandler.h
FORMS += remoteinputgui.ui