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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user