summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2018-05-21 15:11:08 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2018-05-21 15:11:08 +0300
commit7373abef92ed4911b91f9fca3d97784ed0d9e02e (patch)
tree651d92e53e5f8e9311f9ab46a6a1cdd1f2c180fa
parentb59b0450c60b3df9e0852f62f6c8a6024889cd9e (diff)
downloadqtlocation-mapboxgl-7373abef92ed4911b91f9fca3d97784ed0d9e02e.tar.gz
Use dummy thread implementation for QNX too
-rw-r--r--mapbox-gl-native.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapbox-gl-native.pro b/mapbox-gl-native.pro
index 81260950cc..a05699f4a3 100644
--- a/mapbox-gl-native.pro
+++ b/mapbox-gl-native.pro
@@ -21,7 +21,7 @@ QMAKE_CXXFLAGS += \
-fvisibility-inlines-hidden \
-fvisibility=hidden
-android|win32|darwin {
+android|win32|darwin|qnx {
SOURCES += \
platform/qt/src/thread.cpp
} else {