mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Update CMakeLists.txt to support both Qt5 and Qt6. Add option ENABLE_QT6
This commit is contained in:
@@ -40,8 +40,8 @@ add_library(httpserver SHARED
|
||||
)
|
||||
|
||||
target_link_libraries(httpserver
|
||||
Qt5::Core
|
||||
Qt5::Network
|
||||
Qt::Core
|
||||
Qt::Network
|
||||
)
|
||||
|
||||
install(TARGETS httpserver DESTINATION ${INSTALL_LIB_DIR})
|
||||
|
||||
Reference in New Issue
Block a user