diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-08-03 11:22:01 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-08-05 11:42:22 +0200 |
commit | 131cd8a547dcffc81c39568efcd70aa190f16062 (patch) | |
tree | 0351e33ef70350c4da8fbdb17d9587877990cd27 /Makefile | |
parent | 94ceeb739dcd71c826a18d53a739da326a81756a (diff) | |
download | qtlocation-mapboxgl-131cd8a547dcffc81c39568efcd70aa190f16062.tar.gz |
[build] Fix Qt4 build on OS X
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -328,7 +328,12 @@ endif #### Qt targets ##################################################### +ifeq ($(WITH_QT_4), 1) +QT_ROOT_PATH = build/qt4-$(BUILD_PLATFORM)-$(BUILD_PLATFORM_VERSION) +else QT_ROOT_PATH = build/qt-$(BUILD_PLATFORM)-$(BUILD_PLATFORM_VERSION) +endif + export QT_OUTPUT_PATH = $(QT_ROOT_PATH)/$(BUILDTYPE) QT_BUILD = $(QT_OUTPUT_PATH)/build.ninja |