summaryrefslogtreecommitdiff
path: root/rodion/packages/patches/0001-86Box.patch
blob: 3b1ba67977c34e479b781db8d710de1ce3f151e3 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/qt/CMakeLists.txt b/src/qt/CMakeLists.txt
index 5dc6f8a07..27853e8b1 100644
--- a/src/qt/CMakeLists.txt
+++ b/src/qt/CMakeLists.txt
@@ -264,6 +264,7 @@ target_link_libraries(
     PRIVATE
     Qt${QT_MAJOR}::Widgets
     Qt${QT_MAJOR}::Gui
+    Qt${QT_MAJOR}::GuiPrivate
     Qt${QT_MAJOR}::OpenGL
     Qt${QT_MAJOR}::Network
     Threads::Threads