diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2016-09-22 14:50:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-22 14:50:01 +0300 |
commit | 8efe31b7e3a9f1c2e05e41dc2381be420e5f3c02 (patch) | |
tree | 9dde27efa2f96e62794b546756708c0892dbf6a9 /Makefile | |
parent | c00b129e8071b8a3d3952e4c191a8b55b71607bc (diff) | |
download | qtlocation-mapboxgl-8efe31b7e3a9f1c2e05e41dc2381be420e5f3c02.tar.gz |
[Qt] Added missing `qt-lib` target (#6427)
Build the shared library.
Fixes #6415
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |