e7118bd7fd
Fixes: QTBUG-78228 Change-Id: I3d4666a553e94de47e01d64551b8fe672994b137 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
21 lines
493 B
CMake
21 lines
493 B
CMake
# Generated from qtextobject.pro.
|
|
|
|
#####################################################################
|
|
## tst_qtextobject Test:
|
|
#####################################################################
|
|
|
|
add_qt_test(tst_qtextobject
|
|
SOURCES
|
|
tst_qtextobject.cpp
|
|
PUBLIC_LIBRARIES
|
|
Qt::Gui
|
|
)
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
|
|
extend_target(tst_qtextobject CONDITION TARGET Qt::Widgets
|
|
PUBLIC_LIBRARIES
|
|
Qt::Widgets
|
|
)
|