From 7373abef92ed4911b91f9fca3d97784ed0d9e02e Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Mon, 21 May 2018 15:11:08 +0300 Subject: Use dummy thread implementation for QNX too --- mapbox-gl-native.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.1