diff options
| author | Alexander Blair <snipa@jagtech.io> | 2020-10-28 00:43:18 -0700 |
|---|---|---|
| committer | Alexander Blair <snipa@jagtech.io> | 2020-10-28 00:43:18 -0700 |
| commit | 43214de7d03f86fe72cfea8d0bb261475a2da805 (patch) | |
| tree | 4f621db2b42bf428a03af4d7de01d33ef084536a | |
| parent | 0cf683a6cf4e09db0e4d0e961a81024d9dd9eb99 (diff) | |
| parent | ee0137056d2d5492269ba8f1ba3f668e695afb4e (diff) | |
| download | monzero-gui-43214de7d03f86fe72cfea8d0bb261475a2da805.tar.gz monzero-gui-43214de7d03f86fe72cfea8d0bb261475a2da805.tar.xz monzero-gui-43214de7d03f86fe72cfea8d0bb261475a2da805.zip | |
Merge pull request #3193
ee013705 cmake: omit Qt5Widgets and Qt5Network modules (xiphon)
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1faaab29..92dce9a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -206,9 +206,7 @@ endif() set(QT5_LIBRARIES Qt5Core Qt5Quick - Qt5Widgets Qt5Gui - Qt5Network Qt5Qml Qt5Svg Qt5Xml |
