Skip to content

Commit

Permalink
Add compile flag for QtGuiTest namespace
Browse files Browse the repository at this point in the history
Add a feature to build QtGuiTest namespace.
Enabled by default, in order to provide access to Squish UI tests.

Fixes: QTBUG-125594
Change-Id: I0188dceb0d966c1837263756ffe7337b69f935f3
Reviewed-by: Stefan Gehn <[email protected]>
Reviewed-by: Volker Hilsheimer <[email protected]>
  • Loading branch information
ASpoerl committed Oct 19, 2024
1 parent 095340f commit 3c495f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1459,3 +1459,9 @@ E.g., When building QtWebEngine, enabling this option may result in build issues
See https://bugreports.qt.io/browse/QTBUG-59769."
CONDITION QT_ALLOW_SYMLINK_IN_PATHS
)

# QtGuiTest interface
qt_feature_definition("test_gui" "QT_GUI_TEST" VALUE "1")
qt_feature("test_gui" PUBLIC
LABEL "Build QtGuiTest namespace"
)

0 comments on commit 3c495f9

Please sign in to comment.