qt5base-lts/mkspecs/features
Girish Ramakrishnan 84e98fd9d2 device: Add -device and -device-option to configure
For some reference platforms and SDKs we will need to pass in
extra paths. Currently users have to modify the mkspec to adjust
paths or set environment variables that will be picked up.

This change introduces the -device <name> and -device-option
<key=value> option. The key value pairs will be written to a
qdevice.pri and can be used by the qmake.conf of the device spec.

The reason to not save the key value pairs in qconfig.pri is
becase of the fact that the device spec loads the qdevice.pri
earlier than the qconfig.pri. qdevice.pri allows the mkspec
to set the compiler flags and qconfig.pri allows configure to
add to those compiler flags.

Done-with: Holger Freyther

Change-Id: I931a197b8be72397e1eedfee09502eefc01c9d4f
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Reviewed-by: Johannes Zellner <johannes.zellner@nokia.com>
Reviewed-by: Donald Carr <donald.carr@nokia.com>
2012-03-27 05:35:57 +02:00
..
mac Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qpa Install fonts when not using fontconfig 2012-03-16 21:30:59 +01:00
unix fix gdb_dwarf_index.prf for applications, take two 2012-02-02 11:10:04 +01:00
win32 delete dumpcpp.prf 2012-03-08 18:55:01 +01:00
build_pass.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
create_cmake.prf Fix the include dir used by the CMake config files. 2012-02-29 17:43:00 +01:00
dbusadaptors.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
dbusinterfaces.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
debug_and_release.prf qmake: remove symbian support 2011-11-07 13:26:41 +01:00
debug.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
declarative_debug.prf Fix CONFIG+=declarative_debug if declarative is implicitly added 2012-01-12 08:31:17 +01:00
default_post.prf Make it possible to disable the 'check' target 2011-11-16 10:32:10 +01:00
default_pre.prf another attempt at solving the popping up of .qmake.cache problem 2012-03-09 20:43:00 +01:00
designer.prf Remove QT += uilib from designer.prf 2012-03-20 11:44:09 +01:00
device_config.prf device: Add -device and -device-option to configure 2012-03-27 05:35:57 +02:00
dll.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
egl.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
exclusive_builds.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
help.prf Removed the unnecessary dependency of the QtHelp module on the QtXml one 2011-09-12 16:03:47 +02:00
include_source_dir.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
incredibuild_xge.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
lex.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
link_pkgconfig.prf Make pkg-config cross-compile aware 2011-10-19 22:27:09 +02:00
moc.prf remove automatic building of moc from moc.prf 2012-03-08 18:55:53 +01:00
module.prf revamp -sysroot and -hostprefix handling 2012-03-01 23:18:23 +01: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
qdbus.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qmltestcase.prf Don't build app bundles for qmltestcase applications on Mac OS X 2011-10-25 05:03:08 +02:00
qt_config.prf revamp -sysroot and -hostprefix handling 2012-03-01 23:18:23 +01:00
qt_functions.prf let qtPrepareTool give right path for app_bundle 2012-03-26 14:06:51 +02:00
qt_installs.prf Install fonts when not using fontconfig 2012-03-16 21:30:59 +01:00
qt_module_config.prf Only create cmake files if MODULE is set. 2012-03-23 11:45:25 +01:00
qt_module.prf revamp -sysroot and -hostprefix handling 2012-03-01 23:18:23 +01:00
qt_plugin.prf qmake: remove symbian support 2011-11-07 13:26:41 +01:00
qt_targets.prf bump version of QMAKE_TARGET_PRODUCT 2012-02-27 20:52:45 +01:00
qt.prf Remove unmaintained and broken VNC platform plugin 2012-03-15 02:45:31 +01:00
qtestlib.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
release.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
resolve_target.prf Add missing naming for libraries built statically. 2011-11-11 02:45:05 +01:00
resources.prf qmake: Allow extra compilers to have the makefile depend on its inputs 2011-11-28 13:35:42 +01:00
shared.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
silent.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
static_and_shared.prf qmake: remove symbian support 2011-11-07 13:26:41 +01:00
static.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
staticlib.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
testcase.prf Changed installTestHelperApp() to use relative paths to build 2012-03-22 06:49:06 +01:00
testcocoon.prf CodeCoverage: Exclude all header files from intrumentation. 2012-03-01 07:52:44 +01:00
uic.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
uitools.prf qmake: remove symbian support 2011-11-07 13:26:41 +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