qt5base-lts/mkspecs/features
Oswald Buddenhagen a5d09b9036 enumerate modules in QT_MODULES, not QT_CONFIG
QT_CONFIG is supposed to contain configure output, not a list of
modules. for example, enumerating modules is not cleanly possible if
modules are mixed with other flags.

the conflation was merely historical, due to webkit and phonon doing
it this way in the preliminary qt4 modularization.

we now have a much cleaner way to query modules (qtHaveModule(<module>),
or less recently, !isEmpty(QT.<module>.name)), which is already used
throughout Qt.

the old way was supposed to be removed for 5.0 already, but it slipped.
better do it now, before people actually start using it.

Change-Id: Iabdf0cdfaab9cd674f634f4c6ece105b2039c850
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
2013-03-15 18:02:18 +01:00
..
data List the Release library before the Debug library in cmake files. 2013-02-22 08:27:01 +01:00
mac configure: Remove the -dwarf2 argument for Mac OS X builds 2012-05-11 12:52:21 +02:00
qpa Install fonts when not using fontconfig 2012-03-16 21:30:59 +01:00
unix take advantage of new safety regarding build config resolution 2013-02-18 15:52:39 +01:00
win32 Remove win32/thread.prf and thread_off.prf 2012-12-14 16:26:39 +01:00
build_pass.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
c++11.prf configure: Auto-detect and enable C++11 support if available 2012-06-05 12:30:13 +02:00
configure.prf fix QMAKE_MAKE for qtCompileTest for cross building modules 2013-01-07 19:57:52 +01:00
create_cmake.prf Make cmake packages installed to /usr non-relocatable. 2013-02-14 08:20:00 +01:00
ctest_testcase.prf Support MinGW for CTest test cases 2013-01-09 23:51:48 +01:00
dbusadaptors.prf de-duplicate dbusadaptors.prf vs. dbusinterfaces.prf 2012-08-04 00:52:38 +02:00
dbuscommon.pri mark a bunch of features as internal 2012-12-12 21:48:02 +01:00
dbusinterfaces.prf de-duplicate dbusadaptors.prf vs. dbusinterfaces.prf 2012-08-04 00:52:38 +02:00
declarative_debug.prf Rename quick1_debug back to declarative_debug 2012-10-04 03:03:00 +02:00
default_post.prf take advantage of new safety regarding build config resolution 2013-02-18 15:52:39 +01:00
default_pre.prf remove some unnecessary CONFIG additions 2012-12-17 14:08:17 +01:00
designer_defines.prf dispose of library-bound feature files 2012-06-19 16:39:52 +02:00
device_config.prf add some docu about the project loading sequence 2012-12-13 09:10:45 +01:00
egl.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
exceptions_off.prf turn off exceptions by default where they aren't required 2012-05-17 05:14:26 +02:00
exceptions.prf turn off exceptions by default where they aren't required 2012-05-17 05:14:26 +02:00
exclusive_builds.prf remove useless unset()s 2013-02-13 12:42:40 +01:00
include_source_dir.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
incredibuild_xge.prf remove pointless conditionals+branches 2012-09-19 19:54:44 +02:00
lex.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
link_pkgconfig.prf add support for PKGCONFIG_PRIVATE 2012-08-07 16:40:07 +02:00
moc.prf simplify code by using new $$absolute_path() function 2012-12-07 19:54:39 +01:00
module.prf rename qt_module_config.prf => qt_module.prf 2012-08-08 12:04:49 +02:00
no_debug_info.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
opengles1.prf Add a new qmake feature to support OpenGL ES 1 apps 2012-02-28 22:35:24 +01:00
qml1_module.prf mark a bunch of features as internal 2012-12-12 21:48:02 +01:00
qml1_plugin.prf mark a bunch of features as internal 2012-12-12 21:48:02 +01:00
qml_debug.prf Rename the 'declarative debug support' to 'qml debug support' 2012-03-31 16:33:04 +02:00
qml_module.prf broaden the effect of CONFIG+=force_independent somewhat 2013-03-15 18:02:09 +01:00
qml_plugin.prf fix path adjustments in installed metafiles 2013-01-30 15:43:00 +01:00
qmltestcase.prf Remove declarative from qmltestcase.prf. 2012-05-11 12:52:21 +02:00
qt_build_config.prf broaden the effect of CONFIG+=force_independent somewhat 2013-03-15 18:02:09 +01:00
qt_build_paths.prf centralize detection of prefix builds 2013-01-31 15:51:35 +01:00
qt_config.prf add some docu about the project loading sequence 2012-12-13 09:10:45 +01:00
qt_docs_targets.prf mark a bunch of features as internal 2012-12-12 21:48:02 +01:00
qt_docs.prf require modules to define their version 2013-03-06 18:01:13 +01:00
qt_example_installs.prf don't suppress building examples in non-prefix builds 2013-02-20 15:22:55 +01:00
qt_functions.prf simplify qtAddModule() by using $$qtPlatformTargetSuffix() 2013-02-20 15:22:55 +01:00
qt_headersclean.prf centralize headersclean test 2012-12-11 13:37:57 +01:00
qt_installs.prf mark a bunch of features as internal 2012-12-12 21:48:02 +01:00
qt_module_config.prf rename qt_module_config.prf => qt_module.prf 2012-08-08 12:04:49 +02:00
qt_module_headers.prf mark a bunch of features as internal 2012-12-12 21:48:02 +01:00
qt_module_pris.prf enumerate modules in QT_MODULES, not QT_CONFIG 2013-03-15 18:02:18 +01:00
qt_module.prf require modules to define their version 2013-03-06 18:01:13 +01:00
qt_parts.prf mark a bunch of features as internal 2012-12-12 21:48:02 +01:00
qt_plugin.prf add QT_CONFIG's static/shared to CONFIG on startup 2013-02-18 15:52:43 +01:00
qt_targets.prf Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qt_tool.prf broaden the effect of CONFIG+=force_independent somewhat 2013-03-15 18:02:09 +01:00
qt.prf take advantage of new safety regarding build config resolution 2013-02-18 15:52:39 +01:00
resolve_config.prf add QT_CONFIG's static/shared to CONFIG on startup 2013-02-18 15:52:43 +01:00
resolve_target.prf refactor build config resolution 2013-02-18 15:52:36 +01:00
resources.prf remove another dead assignment 2012-12-07 19:54:22 +01:00
silent.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
simd.prf mark a bunch of features as internal 2012-12-12 21:48:02 +01:00
spec_post.prf add some docu about the project loading sequence 2012-12-13 09:10:45 +01:00
spec_pre.prf add some docu about the project loading sequence 2012-12-13 09:10:45 +01:00
testcase_targets.prf factor out testcase_targets.prf 2012-12-03 15:56:28 +01:00
testcase.prf add a .qmake.conf file which load()s qt_build_config 2012-10-18 17:42:40 +02:00
testcocoon.prf fix host vs. makefile directory separator mess 2012-07-28 00:09:45 +02:00
testlib_defines.prf auto-generate module pris 2012-06-19 16:40:06 +02:00
uic.prf simplify code by using new $$absolute_path() function 2012-12-07 19:54:39 +01:00
use_c_linker.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
vxworks.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
warn_off.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
warn_on.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
wayland-scanner.prf Add a wayland-scanner rule to qmake 2011-12-12 17:27:19 +01:00
yacc.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00