diff options
| author | Alexander Golubev <fatzer2@gmail.com> | 2024-03-10 16:39:03 +0300 |
|---|---|---|
| committer | Alexander Golubev <fatzer2@gmail.com> | 2024-03-10 16:39:03 +0300 |
| commit | 4100c9e29f3ccb324a68ff1759ebbf1d35849a40 (patch) | |
| tree | 33ca1537e3eaff6d4208a1644c013affe1df37cf /tutorial | |
| parent | bd8bd100a41d205592a3c4d41c52617bfdeb602d (diff) | |
| download | tqt-4100c9e29f3ccb324a68ff1759ebbf1d35849a40.tar.gz tqt-4100c9e29f3ccb324a68ff1759ebbf1d35849a40.zip | |
Fix compilation with -no-thread
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'tutorial')
| -rw-r--r-- | tutorial/tutorial.pro | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
