2019-11-01 09:28:02 +00:00
|
|
|
# Generated from qtexttable.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_qtexttable Test:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-07-07 16:01:06 +00:00
|
|
|
qt_add_test(tst_qtexttable
|
2019-11-01 09:28:02 +00:00
|
|
|
SOURCES
|
|
|
|
tst_qtexttable.cpp
|
|
|
|
PUBLIC_LIBRARIES
|
|
|
|
Qt::Gui
|
2020-02-12 09:24:49 +00:00
|
|
|
Qt::GuiPrivate
|
2019-11-01 09:28:02 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
## Scopes:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-07-07 16:01:06 +00:00
|
|
|
qt_extend_target(tst_qtexttable CONDITION TARGET Qt::Widgets
|
2019-11-01 09:28:02 +00:00
|
|
|
PUBLIC_LIBRARIES
|
|
|
|
Qt::Widgets
|
|
|
|
)
|