summaryrefslogtreecommitdiff
path: root/linux/llmr-app.gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-03-02 11:26:54 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-03-02 11:26:54 +0100
commite134e6a8f3c4fdfef81d1a4f4e74b04853ffa4db (patch)
tree06661ec39b06ca90835ac571669a91c8070aafa7 /linux/llmr-app.gyp
parent7fdff4176b842004872db6d94cde11562abff2e0 (diff)
downloadqtlocation-mapboxgl-e134e6a8f3c4fdfef81d1a4f4e74b04853ffa4db.tar.gz
add threadpooled requests
Diffstat (limited to 'linux/llmr-app.gyp')
-rw-r--r--linux/llmr-app.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/llmr-app.gyp b/linux/llmr-app.gyp
index 79c1d4560d..6c5002d0eb 100644
--- a/linux/llmr-app.gyp
+++ b/linux/llmr-app.gyp
@@ -11,7 +11,9 @@
"sources": [
"./main.cpp",
"./settings.cpp",
- "./settings.hpp"
+ "./settings.hpp",
+ "./request.cpp",
+ "./request.hpp"
],
'conditions': [
['OS == "mac"', {