diff options
author | Timothy Pearson <[email protected]> | 2012-12-06 18:29:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-12-06 18:29:37 -0600 |
commit | caf80d88243aaa00e8f1baeaa6b7e4c3aca75f63 (patch) | |
tree | 860926c1e01068a8d3b8ea120630a48cf537424b /tutorial/tutorial.pro | |
parent | 78125ea2f051107b84fdc0354acdedb7885308ee (diff) | |
download | qt3-caf80d88243aaa00e8f1baeaa6b7e4c3aca75f63.tar.gz qt3-caf80d88243aaa00e8f1baeaa6b7e4c3aca75f63.zip |
Add threading tutorial and fix a couple rare crashes
Diffstat (limited to 'tutorial/tutorial.pro')
-rw-r--r-- | tutorial/tutorial.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/tutorial.pro b/tutorial/tutorial.pro index 32b31d7..90e37f7 100644 --- a/tutorial/tutorial.pro +++ b/tutorial/tutorial.pro @@ -1,2 +1,2 @@ TEMPLATE = subdirs -SUBDIRS = t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 +SUBDIRS = t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 |