mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:10:06 +00:00
Load level 2 radar data for rendering
This commit is contained in:
parent
3a3843c280
commit
421c600ed0
5 changed files with 239 additions and 44 deletions
|
|
@ -110,6 +110,10 @@ qt_add_executable(scwx-qt
|
|||
|
||||
qt6_create_translation_scwx(QM_FILES ${scwx-qt_SOURCE_DIR} ${TS_FILES})
|
||||
|
||||
if (WIN32)
|
||||
target_compile_definitions(scwx-qt PRIVATE WIN32_LEAN_AND_MEAN)
|
||||
endif()
|
||||
|
||||
target_include_directories(scwx-qt PRIVATE ${scwx-qt_SOURCE_DIR}/source
|
||||
${MBGL_INCLUDE_DIR})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue