mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-03 15:31:15 -05:00
1a9b6d1763
Add GS232 Rotator Controller feature plugin. Add altitude and station name to My Positon. Use QtDeploy to ensure all required Qt libraries are included (Should fix OpenGL issues)
8 lines
148 B
CMake
8 lines
148 B
CMake
project(feature)
|
|
|
|
if (Qt5SerialPort_FOUND)
|
|
add_subdirectory(gs232controller)
|
|
endif()
|
|
add_subdirectory(rigctlserver)
|
|
add_subdirectory(simpleptt)
|