2019-11-12 12:03:07 +00:00
|
|
|
# Generated from uic.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_uic Test:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_test(tst_uic
|
2019-11-12 12:03:07 +00:00
|
|
|
SOURCES
|
|
|
|
tst_uic.cpp
|
|
|
|
)
|
2022-02-07 17:07:56 +00:00
|
|
|
|
|
|
|
# Add dependencies that are implicitly used inside the test
|
|
|
|
add_dependencies(tst_uic
|
|
|
|
Qt::uic
|
|
|
|
)
|