From c8c69f1d2a968dfc2556c3612e96ddba848ee885 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Tue, 19 Apr 2016 17:51:36 +0300 Subject: [Qt] Build the Qt port --- configure | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 1a8337d63e..3ce952af41 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.1