summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-04-16 16:46:12 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-04-20 13:26:02 +0200
commitdecc493ec8c30d66bcdf3aa19f58972eb045b5dc (patch)
tree0f81c6b5d154641ca487fb8ff55ea1c61a89ed52 /test
parent2831073f85b502ed0b00c3fb335fadfd705524a5 (diff)
downloadqtlocation-mapboxgl-decc493ec8c30d66bcdf3aa19f58972eb045b5dc.tar.gz
build on trusty
Diffstat (limited to 'test')
-rw-r--r--test/test.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.gyp b/test/test.gyp
index 2e89db58b0..41918ff425 100644
--- a/test/test.gyp
+++ b/test/test.gyp
@@ -72,15 +72,18 @@
],
'libraries': [
'<@(uv_static_libs)',
+ '<@(sqlite3_static_libs)',
],
'variables': {
'cflags_cc': [
'<@(uv_cflags)',
'<@(opengl_cflags)',
'<@(boost_cflags)',
+ '<@(sqlite3_cflags)',
],
'ldflags': [
'<@(uv_ldflags)',
+ '<@(sqlite3_ldflags)',
],
},
'conditions': [