mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:50:04 +00:00
Add Qt Positioning dependency
This commit is contained in:
parent
6e4501f0bc
commit
f31f98f545
2 changed files with 5 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
msvc_version: 2022
|
||||
qt_version: 6.6.0
|
||||
qt_arch: win64_msvc2019_64
|
||||
qt_modules: qtimageformats
|
||||
qt_modules: qtimageformats qtpositioning
|
||||
qt_tools: ''
|
||||
conan_arch: x86_64
|
||||
conan_compiler: Visual Studio
|
||||
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
compiler: gcc
|
||||
qt_version: 6.6.0
|
||||
qt_arch: gcc_64
|
||||
qt_modules: qtimageformats
|
||||
qt_modules: qtimageformats qtpositioning
|
||||
qt_tools: ''
|
||||
conan_arch: x86_64
|
||||
conan_compiler: gcc
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ find_package(QT NAMES Qt6
|
|||
Network
|
||||
OpenGL
|
||||
OpenGLWidgets
|
||||
Positioning
|
||||
Widgets REQUIRED)
|
||||
|
||||
find_package(Qt${QT_VERSION_MAJOR}
|
||||
|
|
@ -33,6 +34,7 @@ find_package(Qt${QT_VERSION_MAJOR}
|
|||
Network
|
||||
OpenGL
|
||||
OpenGLWidgets
|
||||
Positioning
|
||||
Widgets
|
||||
REQUIRED)
|
||||
|
||||
|
|
@ -503,6 +505,7 @@ endif()
|
|||
|
||||
target_link_libraries(scwx-qt PUBLIC Qt${QT_VERSION_MAJOR}::Widgets
|
||||
Qt${QT_VERSION_MAJOR}::OpenGLWidgets
|
||||
Qt${QT_VERSION_MAJOR}::Positioning
|
||||
Boost::json
|
||||
Boost::timer
|
||||
qmaplibregl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue