qt5base-lts/tests/auto/tools/uic/CMakeLists.txt
Alexey Edelev ba48e1b809 Add missing implicit dependencies to the tool tests
moc, qmake, rcc, and uic tests execute corresponding tools inside
the test executables. This adds dependencies explicitly, to execute
tests using _check targets, without the need to manually build
dependencies.

Pick-to: 6.3 6.2
Fixes: QTBUG-98576
Change-Id: I8b989276e21199b867591f7b0f6af9204695ac13
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2022-02-09 15:33:46 +01:00

16 lines
348 B
CMake

# Generated from uic.pro.
#####################################################################
## tst_uic Test:
#####################################################################
qt_internal_add_test(tst_uic
SOURCES
tst_uic.cpp
)
# Add dependencies that are implicitly used inside the test
add_dependencies(tst_uic
Qt::uic
)