This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Usage: configure [options] [assignments] | |
Configure understands variable assignments like VAR=value on the command line. | |
Each uppercased library name (obtainable with -list-libraries) supports the | |
suffixes _INCDIR, _LIBDIR, _PREFIX (INCDIR=PREFIX/include, LIBDIR=PREFIX/lib), | |
_LIBS, and - on Windows and Darwin - _LIBS_DEBUG and _LIBS_RELEASE. E.g., | |
ICU_PREFIX=/opt/icu42 ICU_LIBS="-licui18n -licuuc -licudata". | |
It is also possible to manipulate any QMAKE_* variable, to amend the values | |
from the mkspec for the build of Qt itself, e.g., QMAKE_CXXFLAGS+=-g3. |