mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:10:06 +00:00
Add wayland files
This commit is contained in:
parent
a9067bf5d9
commit
4c8f0b4df6
2 changed files with 5 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ find_package(QT NAMES Qt6
|
|||
Svg
|
||||
Widgets
|
||||
Sql
|
||||
WaylandClient
|
||||
REQUIRED)
|
||||
|
||||
find_package(Qt${QT_VERSION_MAJOR}
|
||||
|
|
@ -48,6 +49,7 @@ find_package(Qt${QT_VERSION_MAJOR}
|
|||
Svg
|
||||
Widgets
|
||||
Sql
|
||||
WaylandClient
|
||||
REQUIRED)
|
||||
|
||||
set(SRC_EXE_MAIN source/scwx/qt/main/main.cpp)
|
||||
|
|
@ -696,6 +698,7 @@ target_link_libraries(scwx-qt PUBLIC Qt${QT_VERSION_MAJOR}::Widgets
|
|||
Qt${QT_VERSION_MAJOR}::Positioning
|
||||
Qt${QT_VERSION_MAJOR}::SerialPort
|
||||
Qt${QT_VERSION_MAJOR}::Svg
|
||||
Qt${QT_VERSION_MAJOR}::WaylandClient
|
||||
Boost::json
|
||||
Boost::timer
|
||||
Boost::atomic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue