From 4100c9e29f3ccb324a68ff1759ebbf1d35849a40 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Sun, 10 Mar 2024 16:39:03 +0300 Subject: Fix compilation with -no-thread Signed-off-by: Alexander Golubev --- tutorial/tutorial.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tutorial/tutorial.pro') diff --git a/tutorial/tutorial.pro b/tutorial/tutorial.pro index 90e37f780..166661699 100644 --- a/tutorial/tutorial.pro +++ b/tutorial/tutorial.pro @@ -1,2 +1,3 @@ TEMPLATE = subdirs -SUBDIRS = t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 +SUBDIRS = t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 +thread:SUBDIRS += t15 -- cgit v1.2.3