summaryrefslogtreecommitdiff
path: root/test/test.gypi
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-05-06 13:19:00 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-05-06 14:30:02 -0700
commit5b4015ccbab12f17335b2ef91cb9bf65bc77f7fb (patch)
treea4c551d3698c6ec7bc48c58252f5a1c2af13176f /test/test.gypi
parent6c31d928e1c32ceaee07384e47c644f3643be447 (diff)
downloadqtlocation-mapboxgl-5b4015ccbab12f17335b2ef91cb9bf65bc77f7fb.tar.gz
Reference safety for Worker after callbacks
Joining a WorkRequest now ensures that either the after callback has already been executed, or will never be executed. Fixes #1438
Diffstat (limited to 'test/test.gypi')
-rw-r--r--test/test.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.gypi b/test/test.gypi
index 3898090c73..9c6abb7d31 100644
--- a/test/test.gypi
+++ b/test/test.gypi
@@ -53,6 +53,7 @@
'miscellaneous/text_conversions.cpp',
'miscellaneous/tile.cpp',
'miscellaneous/variant.cpp',
+ 'miscellaneous/worker.cpp',
'storage/storage.hpp',
'storage/storage.cpp',