2012-02-08 10:38:07 +00:00
|
|
|
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
|
|
|
::
|
2016-01-15 12:36:27 +00:00
|
|
|
:: Copyright (C) 2016 The Qt Company Ltd.
|
2016-01-21 02:33:50 +00:00
|
|
|
:: Copyright (C) 2016 Intel Corporation.
|
2016-01-15 12:36:27 +00:00
|
|
|
:: Contact: https://www.qt.io/licensing/
|
2012-02-08 10:38:07 +00:00
|
|
|
::
|
|
|
|
:: This file is part of the tools applications of the Qt Toolkit.
|
|
|
|
::
|
2016-01-15 12:36:27 +00:00
|
|
|
:: $QT_BEGIN_LICENSE:GPL-EXCEPT$
|
2012-09-19 12:28:29 +00:00
|
|
|
:: Commercial License Usage
|
|
|
|
:: Licensees holding valid commercial Qt licenses may use this file in
|
|
|
|
:: accordance with the commercial license agreement provided with the
|
|
|
|
:: Software or, alternatively, in accordance with the terms contained in
|
2015-01-28 08:44:43 +00:00
|
|
|
:: a written agreement between you and The Qt Company. For licensing terms
|
2016-01-15 12:36:27 +00:00
|
|
|
:: and conditions see https://www.qt.io/terms-conditions. For further
|
|
|
|
:: information use the contact form at https://www.qt.io/contact-us.
|
2012-09-19 12:28:29 +00:00
|
|
|
::
|
2016-01-15 12:36:27 +00:00
|
|
|
:: GNU General Public License Usage
|
|
|
|
:: Alternatively, this file may be used under the terms of the GNU
|
|
|
|
:: General Public License version 3 as published by the Free Software
|
|
|
|
:: Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
|
|
|
|
:: included in the packaging of this file. Please review the following
|
|
|
|
:: information to ensure the GNU General Public License requirements will
|
|
|
|
:: be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
2012-02-08 10:38:07 +00:00
|
|
|
::
|
|
|
|
:: $QT_END_LICENSE$
|
|
|
|
::
|
|
|
|
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
|
|
|
|
|
|
|
@echo off
|
2016-11-18 15:24:31 +00:00
|
|
|
setlocal ENABLEDELAYEDEXPANSION ENABLEEXTENSIONS
|
2016-08-01 10:40:03 +00:00
|
|
|
set ARGS=%*
|
2012-02-08 10:38:07 +00:00
|
|
|
set QTSRC=%~dp0
|
2016-11-18 15:24:31 +00:00
|
|
|
set QTSRC=%QTSRC:~0,-1%
|
2012-02-08 10:38:07 +00:00
|
|
|
set QTDIR=%CD%
|
2015-09-18 01:17:40 +00:00
|
|
|
|
2016-11-18 15:24:31 +00:00
|
|
|
rem Parse command line
|
|
|
|
|
|
|
|
set TOPLEVEL=false
|
|
|
|
set TOPQTSRC=%QTSRC%
|
|
|
|
set TOPQTDIR=%QTDIR%
|
|
|
|
if /i not "%~1" == "-top-level" goto notoplevel
|
|
|
|
set ARGS=%ARGS:~10%
|
|
|
|
set TOPLEVEL=true
|
|
|
|
for %%P in ("%TOPQTSRC%") do set TOPQTSRC=%%~dpP
|
|
|
|
set TOPQTSRC=%TOPQTSRC:~0,-1%
|
|
|
|
for %%P in ("%QTDIR%") do set TOPQTDIR=%%~dpP
|
|
|
|
set TOPQTDIR=%TOPQTDIR:~0,-1%
|
2017-01-03 19:23:19 +00:00
|
|
|
goto wastoplevel
|
2016-11-18 15:24:31 +00:00
|
|
|
:notoplevel
|
2017-01-03 19:23:19 +00:00
|
|
|
if not exist ..\.qmake.super goto wastoplevel
|
|
|
|
echo ERROR: You cannot configure qtbase separately within a top-level build. >&2
|
|
|
|
exit /b 1
|
|
|
|
:wastoplevel
|
2016-11-18 15:24:31 +00:00
|
|
|
|
|
|
|
call :doargs %ARGS%
|
|
|
|
if errorlevel 1 exit /b
|
|
|
|
goto doneargs
|
|
|
|
|
2016-08-01 10:40:03 +00:00
|
|
|
:doargs
|
2016-11-18 15:24:31 +00:00
|
|
|
if "%~1" == "" exit /b
|
2016-08-01 10:40:03 +00:00
|
|
|
|
|
|
|
if "%~1" == "/?" goto help
|
|
|
|
if "%~1" == "-?" goto help
|
|
|
|
if /i "%~1" == "/h" goto help
|
|
|
|
if /i "%~1" == "-h" goto help
|
|
|
|
if /i "%~1" == "/help" goto help
|
|
|
|
if /i "%~1" == "-help" goto help
|
|
|
|
if /i "%~1" == "--help" goto help
|
|
|
|
|
2016-11-18 15:24:31 +00:00
|
|
|
if /i "%~1" == "-redo" goto redo
|
|
|
|
if /i "%~1" == "--redo" goto redo
|
|
|
|
|
|
|
|
:nextarg
|
2016-08-01 10:40:03 +00:00
|
|
|
shift
|
|
|
|
goto doargs
|
|
|
|
|
2016-11-18 15:24:31 +00:00
|
|
|
:help
|
|
|
|
type %QTSRC%\config_help.txt
|
2017-01-09 19:11:25 +00:00
|
|
|
if %TOPLEVEL% == false exit /b 1
|
|
|
|
for /d %%p in ("%TOPQTSRC%"\qt*) do (
|
|
|
|
if not "%%p" == "%QTSRC%" (
|
|
|
|
if exist "%%p\config_help.txt" (
|
|
|
|
echo.
|
|
|
|
type "%%p\config_help.txt"
|
2016-12-23 19:34:38 +00:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2016-11-18 15:24:31 +00:00
|
|
|
exit /b 1
|
|
|
|
|
|
|
|
:redo
|
|
|
|
if not exist "%TOPQTDIR%\config.opt" goto redoerr
|
|
|
|
set rargs=
|
|
|
|
for /f "usebackq delims=" %%i in ("%TOPQTDIR%\config.opt") do set rargs=!rargs! "%%i"
|
|
|
|
call :doargs %rargs%
|
|
|
|
goto nextarg
|
|
|
|
:redoerr
|
|
|
|
echo No config.opt present - cannot redo configuration. >&2
|
|
|
|
exit /b 1
|
2012-02-08 10:38:07 +00:00
|
|
|
|
2020-12-17 20:44:21 +00:00
|
|
|
:doneargs
|
2020-07-02 20:40:28 +00:00
|
|
|
|
2020-11-02 19:45:01 +00:00
|
|
|
cd "%TOPQTDIR%"
|
2020-07-02 20:40:28 +00:00
|
|
|
|
|
|
|
rem Write config.opt if we're not currently -redo'ing
|
|
|
|
if "%rargs%" == "" (
|
2021-08-20 12:34:37 +00:00
|
|
|
echo %*>config.opt.in
|
|
|
|
cmake -DIN_FILE=config.opt.in -DOUT_FILE=config.opt -DIGNORE_ARGS=-top-level -P "%QTSRC%\cmake\QtWriteArgsFile.cmake"
|
2020-07-02 20:40:28 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
rem Launch CMake-based configure
|
2020-09-17 10:16:47 +00:00
|
|
|
set TOP_LEVEL_ARG=
|
|
|
|
if %TOPLEVEL% == true set TOP_LEVEL_ARG=-DTOP_LEVEL=TRUE
|
|
|
|
cmake -DOPTFILE=config.opt %TOP_LEVEL_ARG% -P "%QTSRC%\cmake\QtProcessConfigureArgs.cmake"
|