Warning, /frameworks/extra-cmake-modules/tests/ECMPoQmToolsTest/subdir/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # QMLOADER_FILES comes from parent CMakeLists.txt.  This is not something we
0002 # want people to do, but it's unfortunately something projects have done and we
0003 # need to keep them building
0004 add_executable(tr_test_subdir ../tr_test.cpp ${QMLOADER_FILES})
0005 target_link_libraries(tr_test_subdir PRIVATE Qt${QT_MAJOR_VERSION}::Core)