mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-11 05:14:34 +00:00
cmake: omit Qt5Widgets and Qt5Network modules
This commit is contained in:
parent
33afd0bb83
commit
ee0137056d
1 changed files with 0 additions and 2 deletions
|
@ -204,9 +204,7 @@ endif()
|
||||||
set(QT5_LIBRARIES
|
set(QT5_LIBRARIES
|
||||||
Qt5Core
|
Qt5Core
|
||||||
Qt5Quick
|
Qt5Quick
|
||||||
Qt5Widgets
|
|
||||||
Qt5Gui
|
Qt5Gui
|
||||||
Qt5Network
|
|
||||||
Qt5Qml
|
Qt5Qml
|
||||||
Qt5Svg
|
Qt5Svg
|
||||||
Qt5Xml
|
Qt5Xml
|
||||||
|
|
Loading…
Reference in a new issue