mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-08-03 14:32:25 -04:00
Add gamepad dependency
This commit is contained in:
parent
d1e7d6f1e2
commit
ef76e34040
@ -84,7 +84,7 @@ for:
|
|||||||
qml-module-qtlocation qml-module-qtpositioning qml-module-qtquick-window2 qml-module-qtquick-dialogs \
|
qml-module-qtlocation qml-module-qtpositioning qml-module-qtquick-window2 qml-module-qtquick-dialogs \
|
||||||
qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-layouts qml-module-qtgraphicaleffects \
|
qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-layouts qml-module-qtgraphicaleffects \
|
||||||
libqt5serialport5-dev qtdeclarative5-dev qtpositioning5-dev qtlocation5-dev \
|
libqt5serialport5-dev qtdeclarative5-dev qtpositioning5-dev qtlocation5-dev \
|
||||||
libqt5charts5-dev libqt5texttospeech5-dev libfaad-dev zlib1g-dev \
|
libqt5charts5-dev libqt5texttospeech5-dev libqt5gamepad5-dev libfaad-dev zlib1g-dev \
|
||||||
libusb-1.0-0-dev libhidapi-dev libboost-all-dev libasound2-dev libopencv-dev libopencv-imgcodecs-dev \
|
libusb-1.0-0-dev libhidapi-dev libboost-all-dev libasound2-dev libopencv-dev libopencv-imgcodecs-dev \
|
||||||
libxml2-dev bison flex ffmpeg libpostproc-dev libavcodec-dev libavformat-dev \
|
libxml2-dev bison flex ffmpeg libpostproc-dev libavcodec-dev libavformat-dev \
|
||||||
libopus-dev libcodec2-dev libairspy-dev libhackrf-dev \
|
libopus-dev libcodec2-dev libairspy-dev libhackrf-dev \
|
||||||
|
6
debian/control
vendored
6
debian/control
vendored
@ -16,6 +16,7 @@ Build-Depends: debhelper (>= 9),
|
|||||||
libqt5websockets5-dev,
|
libqt5websockets5-dev,
|
||||||
libqt5quick5,
|
libqt5quick5,
|
||||||
libqt5texttospeech5-dev,
|
libqt5texttospeech5-dev,
|
||||||
|
libqt5gamepad5-dev,
|
||||||
qml-module-qtlocation,
|
qml-module-qtlocation,
|
||||||
qml-module-qtpositioning,
|
qml-module-qtpositioning,
|
||||||
qml-module-qtquick-window2,
|
qml-module-qtquick-window2,
|
||||||
@ -61,6 +62,7 @@ Depends: ${shlibs:Depends},
|
|||||||
libasound2,
|
libasound2,
|
||||||
libgl1-mesa-glx,
|
libgl1-mesa-glx,
|
||||||
libqt5multimedia5-plugins,
|
libqt5multimedia5-plugins,
|
||||||
|
libqt5gamepad5,
|
||||||
qtspeech5-speechd-plugin,
|
qtspeech5-speechd-plugin,
|
||||||
pulseaudio,
|
pulseaudio,
|
||||||
ffmpeg,
|
ffmpeg,
|
||||||
@ -80,8 +82,8 @@ Description: SDR/Analyzer/Generator front-end for various hardware
|
|||||||
Based on Qt5 framework and OpenGL for the spectrum and scope rendering.
|
Based on Qt5 framework and OpenGL for the spectrum and scope rendering.
|
||||||
Builds on Linux, Windows and Mac O/S
|
Builds on Linux, Windows and Mac O/S
|
||||||
Reception modes supported:
|
Reception modes supported:
|
||||||
Analog: AM, ATV, NFM, WFM, SSB, broadcast FM, APT
|
Analog: AM, ATV, NFM, WFM, SSB, broadcast FM, APT, ILS, VOR
|
||||||
Digital: D-Star, Yaesu SF, DMR, dPMR, FreeDV, DAB, DVB-S, LoRa, ADS-B, Packet (AX.25/APRS), AIS
|
Digital: D-Star, Yaesu SF, DMR, dPMR, FreeDV, M17, DAB, DVB-S, LoRa, ADS-B, Packet (AX.25/APRS), AIS, FT8, Navtex, Radiosonde, RTTY, Pager
|
||||||
Analyzer: Generic channel
|
Analyzer: Generic channel
|
||||||
Transmission modes supported:
|
Transmission modes supported:
|
||||||
Analog: AM, ATV, NFM, SSB, WFM
|
Analog: AM, ATV, NFM, SSB, WFM
|
||||||
|
@ -88,7 +88,7 @@ target_link_libraries(${TARGET_NAME}
|
|||||||
install(TARGETS ${TARGET_NAME} DESTINATION ${INSTALL_FOLDER})
|
install(TARGETS ${TARGET_NAME} DESTINATION ${INSTALL_FOLDER})
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
# Run deployqt for serial libraries
|
# Run deployqt for serial & gamepad libraries
|
||||||
include(DeployQt)
|
include(DeployQt)
|
||||||
windeployqt(${TARGET_NAME} ${SDRANGEL_BINARY_BIN_DIR} ${PROJECT_SOURCE_DIR}/../../../sdrgui/resources)
|
windeployqt(${TARGET_NAME} ${SDRANGEL_BINARY_BIN_DIR} ${PROJECT_SOURCE_DIR}/../../../sdrgui/resources)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user