aboutsummaryrefslogtreecommitdiff
path: root/tests/ECMPoQmToolsTest/subdir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ECMPoQmToolsTest/subdir')
-rw-r--r--tests/ECMPoQmToolsTest/subdir/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ECMPoQmToolsTest/subdir/CMakeLists.txt b/tests/ECMPoQmToolsTest/subdir/CMakeLists.txt
new file mode 100644
index 00000000..ee06b971
--- /dev/null
+++ b/tests/ECMPoQmToolsTest/subdir/CMakeLists.txt
@@ -0,0 +1,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 Qt5::Core)