summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2016-09-22 14:50:01 +0300
committerGitHub <noreply@github.com>2016-09-22 14:50:01 +0300
commit8efe31b7e3a9f1c2e05e41dc2381be420e5f3c02 (patch)
tree9dde27efa2f96e62794b546756708c0892dbf6a9 /Makefile
parentc00b129e8071b8a3d3952e4c191a8b55b71607bc (diff)
downloadqtlocation-mapboxgl-8efe31b7e3a9f1c2e05e41dc2381be420e5f3c02.tar.gz
[Qt] Added missing `qt-lib` target (#6427)
Build the shared library. Fixes #6415
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e0d65056c7..c9ad8d0ab8 100644
--- a/Makefile
+++ b/Makefile
@@ -387,6 +387,10 @@ qtproj: $(MACOS_QT_PROJ_PATH)
endif
+.PHONY: qt-lib
+qt-lib: $(QT_BUILD)
+ $(NINJA) $(NINJA_ARGS) -j$(JOBS) -C $(QT_OUTPUT_PATH) qmapboxgl
+
.PHONY: qt-app
qt-app: $(QT_BUILD)
$(NINJA) $(NINJA_ARGS) -j$(JOBS) -C $(QT_OUTPUT_PATH) mbgl-qt