summaryrefslogtreecommitdiffstats
path: root/cmake/QtProcessConfigureArgs.cmake
Commit message (Expand)AuthorAgeFilesLines
* Do not rewrite boolean INPUTs if they have a corresponding featureAlexey Edelev2021-02-181-12/+0
* configure: Don't guess the compiler if the user already chose oneJoerg Bornemann2021-02-111-4/+41
* configure: Fix handling of -translationdir argumentJoerg Bornemann2021-02-081-1/+2
* CMake: Add proactive check of generator multi-config capabilitiesAlexey Edelev2021-01-051-0/+10
* CMake: Add extra targets to run single benchmark using CMake generatorAlexey Edelev2020-12-071-27/+26
* CMake: Name QT_NO_MAKE_*/BUILD_* variables consistentlyJoerg Bornemann2020-11-201-4/+4
* CMake: Fix configure not to pass clang compilers for AndroidAlexandru Croitor2020-11-161-1/+1
* CMake: Add special processing of opengl configure optionAlexey Edelev2020-11-121-0/+5
* CMake: Fix configure arguments handlingAlexey Edelev2020-11-121-1/+1
* CMake: Map configure -hostdatadir to INSTALL_MKSPECSDIRJoerg Bornemann2020-11-101-0/+6
* CMake: Implement configure -list-featuresJoerg Bornemann2020-11-101-0/+26
* CMake: Make Release the main config of a -debug-and-release buildJoerg Bornemann2020-11-101-1/+1
* Add quotes to cmake_args in guess_compiler_from_mkspec functionDavid Skoland2020-11-041-1/+1
* CMake: Add handling of user-defined INPUT_foo cache variablesAlexey Edelev2020-11-031-1/+1
* CMake: Let configure guess the compiler from mkspec argumentJoerg Bornemann2020-11-021-0/+20
* CMake: Fix [qt-]configure[-module].bat arguments with backslashesJoerg Bornemann2020-10-301-0/+2
* CMake: Fix CMake generator auto-selection on WindowsJoerg Bornemann2020-10-221-1/+1
* CMake: Fix INPUT_* names with dashesJoerg Bornemann2020-10-221-1/+2
* CMake: Ignore license-related configure argumentsJoerg Bornemann2020-10-171-0/+2
* CMake: Autodetect Android toolchain file and NDKJoerg Bornemann2020-10-131-13/+1
* CMake: Fix the -sanitize configure optionJoerg Bornemann2020-10-121-0/+9
* CMake: Implement missing iOS-related configure optionsAlexandru Croitor2020-10-121-0/+5
* Do not build tests and examples by default for configure -cmakeKai Koehne2020-10-081-16/+26
* CMake: Implement missing Android-related configure optionsJoerg Bornemann2020-10-061-0/+33
* CMake: Extend message functions in QtProcessConfigureArgs.cmakeJoerg Bornemann2020-10-061-4/+8
* CMake: Fix -[no-]warnings-are-errors configure argumentJoerg Bornemann2020-10-011-0/+1
* CMake Build: Add support for -qtlibinfix configure parameterCristian Adam2020-09-231-0/+1
* CMake: Fix configure -redo for top-level buildsJoerg Bornemann2020-09-221-7/+10
* CMake: build add flags for building QtAndroid.jarAssam Boudjelthia2020-09-161-0/+2
* CMake: Fix qt-configure-module for modules without qt_cmdline.cmakeJoerg Bornemann2020-09-111-2/+4
* CMake: Implement configure -ltcgJoerg Bornemann2020-09-111-0/+10
* CMake: Implement configure -qpaJoerg Bornemann2020-09-111-0/+1
* CMake: Teach QtProcessConfigureArgs.cmake to configure other modulesJoerg Bornemann2020-09-021-12/+18
* CMake: Support configure tests of type 'linkerSupportsFlag'Joerg Bornemann2020-08-231-0/+1
* CMake: Fix configure setting superfluous featuresJoerg Bornemann2020-08-231-5/+7
* CMake: Support configure tests of type 'compilerSupportsFlag'Joerg Bornemann2020-08-201-0/+1
* CMake: Implement configure -qreal <type>Joerg Bornemann2020-08-191-0/+1
* CMake: Handle -D, -I, -F and -L configure argumentsJoerg Bornemann2020-08-171-0/+4
* CMake: De-duplicate list input handling code in QtProcessConfigureArgsJoerg Bornemann2020-08-171-13/+10
* CMake: Re-implement configure/qmake's command line handling in CMakeJoerg Bornemann2020-08-171-100/+530
* CMake: Fix -pch configure optionJoerg Bornemann2020-07-081-1/+1
* CMake: Support the -rpath configure argumentJoerg Bornemann2020-07-081-0/+10
* CMake: Support the -c++std configure argumentJoerg Bornemann2020-07-081-0/+4
* CMake: Support the -qtnamespace configure argumentJoerg Bornemann2020-07-081-0/+3
* CMake: Support mkspec-related configure argumentsJoerg Bornemann2020-07-081-0/+16
* CMake: Support -static, -shared and -framework configure argumentsJoerg Bornemann2020-07-081-0/+7
* CMake: Support configure -force_debug_infoJoerg Bornemann2020-07-061-0/+6
* CMake: Support build config-related configure optionsJoerg Bornemann2020-07-061-0/+21
* CMake: Support -bindir, -libdir, -*dir configure argumentsJoerg Bornemann2020-07-061-0/+10
* CMake: Re-work configure flags for CMake generatorsJoerg Bornemann2020-07-061-5/+29