Skip to content

Commit

Permalink
Link Qt::WidgetsPrivate for touch support in popup windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Sep 19, 2022
1 parent d405db0 commit 6c7b8d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions external/qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if (DESKTOP_APP_USE_PACKAGED)
Qt::GuiPrivate
$<TARGET_NAME_IF_EXISTS:Qt::OpenGL>
Qt::Widgets
Qt::WidgetsPrivate
$<TARGET_NAME_IF_EXISTS:Qt::OpenGLWidgets>
Qt::Network
Qt::Svg
Expand All @@ -41,8 +42,10 @@ INTERFACE
$<$<TARGET_EXISTS:Qt::DBus>:${qt_loc}/include/QtDBus>
${qt_loc}/include/QtCore/${qt_version}
${qt_loc}/include/QtGui/${qt_version}
${qt_loc}/include/QtWidgets/${qt_version}
${qt_loc}/include/QtCore/${qt_version}/QtCore
${qt_loc}/include/QtGui/${qt_version}/QtGui
${qt_loc}/include/QtWidgets/${qt_version}/QtWidgets
)

target_compile_definitions(external_qt
Expand Down

0 comments on commit 6c7b8d8

Please sign in to comment.