ba48e1b809
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>
16 lines
348 B
CMake
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
|
|
)
|