Regenerate qtextedit test
It was not built previously on macOS due to private_tests feature misbehaving, and thus it now fails due to incorrect framework linkage. Regenerate it. Change-Id: I2f4338e3ef3bf160ae4f13083e8da5f8db47b9c0 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
f54881f73a
commit
96bdec394c
@ -1,8 +1,32 @@
|
|||||||
add_qt_test("tst_qtextedit" RUN_SERIAL SOURCES tst_qtextedit.cpp
|
# Generated from qtextedit.pro.
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
## tst_qtextedit Test:
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
# Collect test data
|
||||||
|
list(APPEND test_data "fullWidthSelection")
|
||||||
|
|
||||||
|
add_qt_test(tst_qtextedit
|
||||||
|
SOURCES
|
||||||
|
tst_qtextedit.cpp
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt::WidgetsPrivate
|
|
||||||
Qt::GuiPrivate
|
|
||||||
Qt::CorePrivate
|
Qt::CorePrivate
|
||||||
|
Qt::GuiPrivate
|
||||||
|
Qt::WidgetsPrivate
|
||||||
|
PUBLIC_LIBRARIES
|
||||||
|
Qt::Gui
|
||||||
|
Qt::Widgets
|
||||||
|
TESTDATA ${test_data}
|
||||||
)
|
)
|
||||||
|
|
||||||
extend_target("tst_qtextedit" CONDITION APPLE_OSX LIBRARIES FWAppKit)
|
#### Keys ignored in scope 1:.:.:qtextedit.pro:<TRUE>:
|
||||||
|
# CONFIG = "testcase"
|
||||||
|
|
||||||
|
## Scopes:
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
extend_target(tst_qtextedit CONDITION APPLE_OSX
|
||||||
|
PUBLIC_LIBRARIES
|
||||||
|
${FWAppKit}
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user