aboutsummaryrefslogtreecommitdiff
path: root/tests/ECMPoQmToolsTest/subdir/CMakeLists.txt
blob: 567161c868f933a83bf7b5d660bf3e3f0173f3c7 (plain)
1
2
3
4
5
# QMLOADER_FILES comes from parent CMakeLists.txt.  This is not something we
# want people to do, but it's unfortunately something projects have done and we
# need to keep them building
add_executable(tr_test_subdir ../tr_test.cpp ${QMLOADER_FILES})
target_link_libraries(tr_test_subdir PRIVATE Qt${QT_MAJOR_VERSION}::Core)