mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 13:30:06 +00:00
Remove unneded WaylandClient libraries
This commit is contained in:
parent
fbc1351031
commit
b90deae897
1 changed files with 0 additions and 3 deletions
|
|
@ -34,7 +34,6 @@ find_package(QT NAMES Qt6
|
|||
Svg
|
||||
Widgets
|
||||
Sql
|
||||
WaylandClient
|
||||
REQUIRED)
|
||||
|
||||
find_package(Qt${QT_VERSION_MAJOR}
|
||||
|
|
@ -49,7 +48,6 @@ find_package(Qt${QT_VERSION_MAJOR}
|
|||
Svg
|
||||
Widgets
|
||||
Sql
|
||||
WaylandClient
|
||||
REQUIRED)
|
||||
|
||||
set(SRC_EXE_MAIN source/scwx/qt/main/main.cpp)
|
||||
|
|
@ -698,7 +696,6 @@ 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