diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-04-19 17:51:36 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-04-20 20:55:51 +0300 |
commit | c8c69f1d2a968dfc2556c3612e96ddba848ee885 (patch) | |
tree | a515b9e17ea8809b18c96c2e1808174b2ef57bbc /configure | |
parent | 029f9f088331fa0d04a9b75a7dbdae773f749f47 (diff) | |
download | qtlocation-mapboxgl-c8c69f1d2a968dfc2556c3612e96ddba848ee885.tar.gz |
[Qt] Build the Qt port
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -60,6 +60,12 @@ function print_opengl_flags { CONFIG+=" 'opengl_ldflags%': [],"$LN } +function print_qt_flags { + CONFIG+=" 'qt_cflags%': [], "$LN + CONFIG+=" 'qt_ldflags%': [], "$LN + CONFIG+=" 'qt_moc%': [], "$LN +} + # Load dependencies source ${INPUT_FILE} @@ -91,6 +97,7 @@ CONFIG+=" },"$LN CONFIG+=" 'variables': {"$LN print_opengl_flags +print_qt_flags print_flags boost cflags print_flags boost_libprogram_options static_libs |