summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/corelib/configure.json118
-rw-r--r--src/gui/configure.json212
-rw-r--r--src/network/configure.json38
-rw-r--r--src/printsupport/configure.json4
-rw-r--r--src/sql/configure.json40
-rw-r--r--src/widgets/configure.json20
6 files changed, 216 insertions, 216 deletions
diff --git a/src/corelib/configure.json b/src/corelib/configure.json
index 4cccab9f5d..887e1ea5bf 100644
--- a/src/corelib/configure.json
+++ b/src/corelib/configure.json
@@ -21,21 +21,21 @@
"libraries": {
"doubleconversion": {
- "description": "DoubleConversion",
+ "label": "DoubleConversion",
"test": "unix/doubleconversion",
"sources": [
"-ldouble-conversion"
]
},
"glib": {
- "description": "GLib",
+ "label": "GLib",
"test": "unix/glib",
"sources": [
{ "type": "pkgConfig", "args": "glib-2.0 gthread-2.0" }
]
},
"gnu_iconv": {
- "description": "GNU libiconv",
+ "label": "GNU libiconv",
"export": "iconv",
"test": "unix/gnu-libiconv",
"sources": [
@@ -43,7 +43,7 @@
]
},
"icu": {
- "description": "ICU",
+ "label": "ICU",
"export": "",
"test": "unix/icu",
"sources": [
@@ -59,7 +59,7 @@
]
},
"journald": {
- "description": "journald",
+ "label": "journald",
"test": "unix/journald",
"export": "",
"sources": [
@@ -68,14 +68,14 @@
]
},
"libatomic": {
- "description": "64 bit atomics in libatomic",
+ "label": "64 bit atomics in libatomic",
"test": "common/atomic64",
"sources": [
"-latomic"
]
},
"libdl": {
- "description": "dlopen() in libdl",
+ "label": "dlopen() in libdl",
"export": "",
"test": "unix/dlopen",
"sources": [
@@ -83,21 +83,21 @@
]
},
"pcre": {
- "description": "PCRE",
+ "label": "PCRE",
"test": "unix/pcre",
"sources": [
"-lpcre16"
]
},
"pps": {
- "description": "PPS",
+ "label": "PPS",
"test": "unix/pps",
"sources": [
"-lpps"
]
},
"slog2": {
- "description": "slog2",
+ "label": "slog2",
"test": "unix/slog2",
"export": "",
"sources": [
@@ -108,92 +108,92 @@
"tests": {
"atomic64": {
- "description": "64 bit atomics",
+ "label": "64 bit atomics",
"type": "compile",
"test": "common/atomic64"
},
"atomicfptr": {
- "description": "working std::atomic for function pointers",
+ "label": "working std::atomic for function pointers",
"type": "compile",
"test": "common/atomicfptr"
},
"clock-gettime": {
- "description": "clock_gettime()",
+ "label": "clock_gettime()",
"type": "compile",
"test": "unix/clock-gettime"
},
"clock-monotonic": {
- "description": "POSIX monotonic clock",
+ "label": "POSIX monotonic clock",
"type": "compile",
"test": "unix/clock-monotonic"
},
"cloexec": {
- "description": "O_CLOEXEC",
+ "label": "O_CLOEXEC",
"type": "compile",
"test": "unix/cloexec"
},
"dlopen": {
- "description": "dlopen() in libc",
+ "label": "dlopen() in libc",
"type": "compile",
"test": "unix/dlopen"
},
"eventfd": {
- "description": "eventfd",
+ "label": "eventfd",
"type": "compile",
"test": "unix/eventfd"
},
"posix-iconv": {
- "description": "POSIX iconv",
+ "label": "POSIX iconv",
"type": "compile",
"test": "unix/iconv"
},
"sun-iconv": {
- "description": "SUN libiconv",
+ "label": "SUN libiconv",
"type": "compile",
"test": "unix/sun-libiconv"
},
"inotify": {
- "description": "inotify",
+ "label": "inotify",
"type": "compile",
"test": "unix/inotify"
},
"ipc_sysv": {
- "description": "SysV IPC",
+ "label": "SysV IPC",
"type": "compile",
"test": "unix/ipc_sysv"
},
"ipc_posix": {
- "description": "POSIX IPC",
+ "label": "POSIX IPC",
"type": "compile",
"test": "unix/ipc_posix"
},
"journald": {
- "description": "journald",
+ "label": "journald",
"type": "compile",
"test": "unix/journald"
},
"ppoll": {
- "description": "ppoll()",
+ "label": "ppoll()",
"type": "compile",
"test": "unix/ppoll"
},
"pollts": {
- "description": "pollts()",
+ "label": "pollts()",
"type": "compile",
"test": "unix/pollts"
},
"poll": {
- "description": "poll()",
+ "label": "poll()",
"type": "compile",
"test": "unix/poll"
},
"syslog": {
- "description": "syslog",
+ "label": "syslog",
"type": "compile",
"test": "unix/syslog"
},
"xlocalescanprint": {
- "description": "xlocale.h (or equivalents)",
+ "label": "xlocale.h (or equivalents)",
"type": "compile",
"test": "common/xlocalescanprint"
}
@@ -201,111 +201,111 @@
"features": {
"clock-gettime": {
- "description": "clock_gettime()",
+ "label": "clock_gettime()",
"condition": "tests.clock-gettime",
"output": [ "privateFeature" ]
},
"clock-monotonic": {
- "description": "POSIX monotonic clock",
+ "label": "POSIX monotonic clock",
"condition": "features.clock-gettime && tests.clock-monotonic",
"output": [ "feature" ]
},
"dlopen": {
- "description": "dlopen()",
+ "label": "dlopen()",
"condition": "tests.dlopen || libs.libdl",
"output": [ { "type": "define", "negative": true, "name": "QT_NO_DYNAMIC_LIBRARY" } ]
},
"libdl": {
- "description": "dlopen() in libdl",
+ "label": "dlopen() in libdl",
"condition": "!tests.dlopen && libs.libdl",
"output": [ { "type": "privateConfig", "negative": true } ]
},
"doubleconversion": {
- "description": "DoubleConversion",
+ "label": "DoubleConversion",
"output": [ "privateFeature", "feature" ]
},
"system-doubleconversion": {
- "description": " Using system DoubleConversion",
+ "label": " Using system DoubleConversion",
"enable": "input.doubleconversion == 'system'",
"disable": "input.doubleconversion == 'qt'",
"condition": "features.doubleconversion && libs.doubleconversion",
"output": [ "privateFeature" ]
},
"eventfd": {
- "description": "eventfd",
+ "label": "eventfd",
"condition": "tests.eventfd",
"output": [ "feature" ]
},
"glib": {
- "description": "GLib",
+ "label": "GLib",
"autoDetect": "!config.win32",
"condition": "libs.glib",
"output": [ "privateFeature", "feature" ]
},
"iconv": {
- "description": "iconv",
+ "label": "iconv",
"condition": "features.posix-libiconv || features.sun-libiconv || features.gnu-libiconv",
"output": [ "privateFeature", "feature" ]
},
"posix-libiconv": {
- "description": "POSIX iconv",
+ "label": "POSIX iconv",
"enable": "input.iconv == 'posix'",
"disable": "input.iconv == 'sun' || input.iconv == 'gnu' || input.iconv == 'no'",
"condition": "!config.win32 && !config.qnx && !config.android && !config.darwin && tests.posix-iconv"
},
"sun-libiconv": {
- "description": "SUN iconv",
+ "label": "SUN iconv",
"enable": "input.iconv == 'sun'",
"disable": "input.iconv == 'posix' || input.iconv == 'gnu' || input.iconv == 'no'",
"condition": "!config.win32 && !config.qnx && !config.android && !config.darwin && !features.posix-libiconv && tests.sun-iconv",
"output": [ "privateFeature", "publicQtConfig" ]
},
"gnu-libiconv": {
- "description": "GNU iconv",
+ "label": "GNU iconv",
"enable": "input.iconv == 'gnu'",
"disable": "input.iconv == 'posix' || input.iconv == 'sun' || input.iconv == 'no'",
"condition": "!config.win32 && !config.qnx && !config.android && !config.darwin && !features.posix-libiconv && !features.sun-libiconv && libs.gnu_iconv",
"output": [ "privateFeature" ]
},
"icu": {
- "description": "ICU",
+ "label": "ICU",
"autoDetect": "!config.win32",
"condition": "libs.icu",
"output": [ "privateFeature" ]
},
"inotify": {
- "description": "inotify",
+ "label": "inotify",
"condition": "tests.inotify",
"output": [ "privateFeature", "feature" ]
},
"ipc_posix": {
- "description": "Using POSIX IPC",
+ "label": "Using POSIX IPC",
"autoDetect": "!config.win32",
"condition": "!tests.ipc_sysv && tests.ipc_posix",
"output": [ { "type": "define", "name": "QT_POSIX_IPC" } ]
},
"journald": {
- "description": "journald",
+ "label": "journald",
"autoDetect": false,
"condition": "libs.journald",
"output": [ "privateConfig" ]
},
"std-atomic64": {
- "description": "64 bit atomic operations",
+ "label": "64 bit atomic operations",
"condition": "tests.atomic64 || libs.libatomic",
"output": [ { "type": "define", "negative": true, "name": "QT_NO_STD_ATOMIC64" } ]
},
"libatomic": {
- "description": "64 bit atomic operations in libatomic",
+ "label": "64 bit atomic operations in libatomic",
"condition": "!tests.atomic64 && libs.libatomic",
"output": [ "privateFeature" ]
},
"mimetype": {
- "description": "Mimetype handling",
+ "label": "Mimetype handling",
"output": [ "publicFeature", "feature" ]
},
"system-pcre": {
- "description": "Using system PCRE",
+ "label": "Using system PCRE",
"disable": "input.pcre == 'qt'",
"enable": "input.pcre == 'system'",
"condition": "libs.pcre",
@@ -315,25 +315,25 @@
]
},
"poll_ppoll": {
- "description": "Native ppoll()",
+ "label": "Native ppoll()",
"emitIf": "!config.win32",
"condition": "tests.ppoll",
"output": [ "privateFeature" ]
},
"poll_pollts": {
- "description": "Native pollts()",
+ "label": "Native pollts()",
"emitIf": "!config.win32",
"condition": "!features.poll_ppoll && tests.pollts",
"output": [ "privateFeature" ]
},
"poll_poll": {
- "description": "Native poll()",
+ "label": "Native poll()",
"emitIf": "!config.win32",
"condition": "!features.poll_ppoll && !features.poll_pollts && tests.poll",
"output": [ "privateFeature" ]
},
"poll_select": {
- "description": "Emulated poll()",
+ "label": "Emulated poll()",
"emitIf": "!config.win32",
"condition": "!features.poll_ppoll && !features.poll_pollts && !features.poll_poll",
"output": [
@@ -342,39 +342,39 @@
]
},
"qqnx_pps": {
- "description": "PPS",
+ "label": "PPS",
"emitIf": "config.qnx",
"condition": "libs.pps",
"output": [ "privateConfig" ]
},
"qeventtransition": {
- "description": "QEventTransition class",
+ "label": "QEventTransition class",
"output": [ "publicFeature" ]
},
"sharedmemory": {
- "description": "Enable QSharedMemory",
+ "label": "Enable QSharedMemory",
"condition": "config.android || config.win32 || tests.ipc_sysv || tests.ipc_posix",
"output": [ { "type": "define", "negative": true, "name": "QT_NO_SHAREDMEMORY" } ]
},
"slog2": {
- "description": "slog2",
+ "label": "slog2",
"condition": "libs.slog2",
"emitIf": "config.qnx",
"output": [ "privateConfig" ]
},
"syslog": {
- "description": "syslog",
+ "label": "syslog",
"autoDetect": false,
"condition": "tests.syslog",
"output": [ "privateConfig" ]
},
"systemsemaphore": {
- "description": "Enable QSystemSemaphore",
+ "label": "Enable QSystemSemaphore",
"condition": "config.android || config.win32 || tests.ipc_sysv || tests.ipc_posix",
"output": [ { "type": "define", "negative": true, "name": "QT_NO_SYSTEMSEMAPHORE" } ]
},
"threadsafe-cloexec": {
- "description": "Threadsafe pipe creation",
+ "label": "Threadsafe pipe creation",
"condition": "tests.cloexec",
"output": [
"publicQtConfig",
diff --git a/src/gui/configure.json b/src/gui/configure.json
index c662c0a524..8513bff5d0 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -55,14 +55,14 @@
]
},
"directfb": {
- "description": "DirectFB",
+ "label": "DirectFB",
"test": "qpa/directfb",
"sources": [
{ "type": "pkgConfig", "args": "directfb" }
]
},
"directwrite": {
- "description": "DirectWrite",
+ "label": "DirectWrite",
"export": "",
"test": "win/directwrite",
"sources": [
@@ -70,7 +70,7 @@
]
},
"drm": {
- "description": "KMS",
+ "label": "KMS",
"test": "qpa/kms",
"sources": [
{ "type": "pkgConfig", "args": "libdrm" },
@@ -78,7 +78,7 @@
]
},
"egl": {
- "description": "EGL",
+ "label": "EGL",
"test": "qpa/egl",
"sources": [
{ "type": "pkgConfig", "args": "egl" },
@@ -86,7 +86,7 @@
]
},
"freetype": {
- "description": "FreeType",
+ "label": "FreeType",
"export": "",
"test": "unix/freetype",
"sources": [
@@ -94,7 +94,7 @@
]
},
"fontconfig": {
- "description": "Fontconfig",
+ "label": "Fontconfig",
"test": "unix/fontconfig",
"sources": [
{ "type": "pkgConfig", "args": "fontconfig freetype2" },
@@ -102,21 +102,21 @@
]
},
"gbm": {
- "description": "GBM",
+ "label": "GBM",
"test": "qpa/gbm",
"sources": [
{ "type": "pkgConfig", "args": "gbm" }
]
},
"harfbuzz": {
- "description": "HarfBuzz",
+ "label": "HarfBuzz",
"test": "unix/harfbuzz",
"sources": [
"-lharfbuzz"
]
},
"imf": {
- "description": "IMF",
+ "label": "IMF",
"export": "",
"test": "unix/qqnx_imf",
"sources": [
@@ -124,21 +124,21 @@
]
},
"lgmon": {
- "description": "lgmon",
+ "label": "lgmon",
"test": "unix/lgmon",
"sources": [
"-llgmon"
]
},
"libinput": {
- "description": "libinput",
+ "label": "libinput",
"test": "unix/libinput",
"sources": [
{ "type": "pkgConfig", "args": "libinput" }
]
},
"libjpeg": {
- "description": "libjpeg",
+ "label": "libjpeg",
"test": "unix/libjpeg",
"sources": [
{ "libs": "-llibjpeg", "condition": "config.msvc" },
@@ -146,7 +146,7 @@
]
},
"libpng": {
- "description": "libpng",
+ "label": "libpng",
"test": "unix/libpng",
"sources": [
{ "type": "pkgConfig", "args": "libpng" },
@@ -155,7 +155,7 @@
]
},
"mirclient": {
- "description": "Mir client libraries",
+ "label": "Mir client libraries",
"export": "",
"test": "qpa/mirclient",
"sources": [
@@ -163,7 +163,7 @@
]
},
"mtdev": {
- "description": "mtdev",
+ "label": "mtdev",
"export": "",
"test": "unix/mtdev",
"sources": [
@@ -171,7 +171,7 @@
]
},
"opengl": {
- "description": "Desktop OpenGL",
+ "label": "Desktop OpenGL",
"test": "unix/opengldesktop",
"sources": [
{ "type": "pkgConfig", "args": "gl" },
@@ -179,7 +179,7 @@
]
},
"opengl_es2": {
- "description": "OpenGL ES 2.0",
+ "label": "OpenGL ES 2.0",
"test": "unix/opengles2",
"sources": [
{ "type": "pkgConfig", "args": "glesv2" },
@@ -187,14 +187,14 @@
]
},
"tslib": {
- "description": "tslib",
+ "label": "tslib",
"test": "unix/tslib",
"sources": [
"-lts"
]
},
"wayland_server": {
- "description": "Wayland Server",
+ "label": "Wayland Server",
"export": "",
"test": "qpa/wayland-server",
"sources": [
@@ -202,13 +202,13 @@
]
},
"x11sm": {
- "description": "X11 session management",
+ "label": "X11 session management",
"sources": [
{ "type": "pkgConfig", "args": "sm ice" }
]
},
"xcb": {
- "description": "XCB >= 1.5 (core)",
+ "label": "XCB >= 1.5 (core)",
"test": "qpa/xcb",
"sources": [
{ "type": "pkgConfig", "args": "xcb >= 1.5" },
@@ -216,7 +216,7 @@
]
},
"xcb_syslibs": {
- "description": "XCB (secondary)",
+ "label": "XCB (secondary)",
"test": "qpa/xcb-syslibs",
"sources": [
{ "type": "pkgConfig",
@@ -225,7 +225,7 @@
]
},
"xcb_xlib": {
- "description": "XCB Xlib",
+ "label": "XCB Xlib",
"test": "qpa/xcb-xlib",
"sources": [
{ "type": "pkgConfig", "args": "X11-xcb x11 xcb" },
@@ -233,7 +233,7 @@
]
},
"xcb_xkb": {
- "description": "XCB XKB >= 1.10",
+ "label": "XCB XKB >= 1.10",
"test": "qpa/xcb-xkb",
"sources": [
{ "type": "pkgConfig", "args": "xcb-xkb >= 1.10 xcb" },
@@ -241,7 +241,7 @@
]
},
"xcb_render": {
- "description": "XCB XRender",
+ "label": "XCB XRender",
"test": "qpa/xcb-render",
"sources": [
{ "type": "pkgConfig", "args": "xcb-renderutil xcb-render xcb" },
@@ -249,7 +249,7 @@
]
},
"xcb_glx": {
- "description": "XCB GLX",
+ "label": "XCB GLX",
"test": "qpa/xcb-glx",
"sources": [
{ "type": "pkgConfig", "args": "xcb-glx xcb" },
@@ -257,7 +257,7 @@
]
},
"xinput2": {
- "description": "Xinput2",
+ "label": "Xinput2",
"test": "x11/xinput2",
"sources": [
{ "type": "pkgConfig", "args": "xi" },
@@ -265,7 +265,7 @@
]
},
"xkbcommon": {
- "description": "xkbcommon",
+ "label": "xkbcommon",
"export": "xkbcommon_evdev",
"test": "unix/xkbcommon",
"sources": [
@@ -273,14 +273,14 @@
]
},
"xkbcommon_x11": {
- "description": "xkbcommon-x11 >= 0.4.1",
+ "label": "xkbcommon-x11 >= 0.4.1",
"export": "xkbcommon",
"sources": [
{ "type": "pkgConfig", "args": "xkbcommon xkbcommon-x11 >= 0.4.1" }
]
},
"xrender": {
- "description": "XRender",
+ "label": "XRender",
"test": "x11/xrender",
"sources": [
"-lXrender"
@@ -295,19 +295,19 @@
"tests": {
"direct2d": {
- "description": "Direct 2D",
+ "label": "Direct 2D",
"type": "compile",
"test": "qpa/direct2d",
"use": "direct2d"
},
"directwrite2": {
- "description": "DirectWrite 2",
+ "label": "DirectWrite 2",
"type": "compile",
"test": "win/directwrite2",
"use": "directwrite"
},
"directx": {
- "description": "DirectX SDK",
+ "label": "DirectX SDK",
"type": "directX",
"files": [
"d3dcompiler.h",
@@ -316,70 +316,70 @@
]
},
"egl-x11": {
- "description": "EGL on X11",
+ "label": "EGL on X11",
"type": "compile",
"test": "qpa/egl-x11",
"use": "egl xcb_xlib"
},
"egl-brcm": {
- "description": "Broadcom EGL (Rasberry Pi)",
+ "label": "Broadcom EGL (Rasberry Pi)",
"type": "compile",
"test": "qpa/eglfs-brcm",
"use": "egl bcm_host"
},
"egl-egldevice": {
- "description": "EGLDevice",
+ "label": "EGLDevice",
"type": "compile",
"test": "qpa/eglfs-egldevice",
"use": "egl"
},
"egl-mali": {
- "description": "Mali EGL",
+ "label": "Mali EGL",
"type": "compile",
"test": "qpa/eglfs-mali",
"use": "egl"
},
"egl-mali-2": {
- "description": "Mali 2 EGL",
+ "label": "Mali 2 EGL",
"type": "compile",
"test": "qpa/eglfs-mali-2",
"use": "egl"
},
"egl-viv": {
- "description": "i.Mx6 EGL",
+ "label": "i.Mx6 EGL",
"type": "compile",
"test": "qpa/eglfs-viv",
"use": "egl"
},
"evdev": {
- "description": "evdev",
+ "label": "evdev",
"type": "compile",
"test": "unix/evdev"
},
"linuxfb": {
- "description": "LinuxFB",
+ "label": "LinuxFB",
"type": "compile",
"test": "qpa/linuxfb"
},
"opengles3": {
- "description": "OpenGL ES 3.0",
+ "label": "OpenGL ES 3.0",
"type": "compile",
"test": "unix/opengles3",
"use": "opengl_es2"
},
"opengles31": {
- "description": "OpenGL ES 3.1",
+ "label": "OpenGL ES 3.1",
"type": "compile",
"test": "unix/opengles31",
"use": "opengl_es2"
},
"qpa_default_platform": {
- "description": "default QPA platform",
+ "label": "default QPA platform",
"type": "qpaDefaultPlatform",
"log": "value"
},
"x11prefix": {
- "description": "X11 prefix",
+ "label": "X11 prefix",
"type": "getPkgConfigVariable",
"pkg-config-args": "x11",
"pkg-config-variable": "prefix",
@@ -387,14 +387,14 @@
"log": "value"
},
"xkbconfigroot": {
- "description": "XKB config root",
+ "label": "XKB config root",
"type": "xkbConfigRoot",
"pkg-config-args": "xkeyboard-config",
"pkg-config-variable": "xkb_base",
"log": "value"
},
"xlib": {
- "description": "XLib",
+ "label": "XLib",
"type": "compile",
"test": "x11/xlib"
}
@@ -402,12 +402,12 @@
"features": {
"accessibility-atspi-bridge": {
- "description": "ATSPI Bridge",
+ "label": "ATSPI Bridge",
"condition": "features.accessibility && features.xcb && features.dbus",
"output": [ "privateFeature", "feature" ]
},
"angle": {
- "description": "ANGLE",
+ "label": "ANGLE",
"autoDetect": "features.opengles2 || features.opengl-dynamic",
"condition": "config.win32 && tests.directx",
"output": [
@@ -416,40 +416,40 @@
]
},
"directfb": {
- "description": "DirectFB",
+ "label": "DirectFB",
"autoDetect": false,
"condition": "libs.directfb",
"output": [ "privateFeature" ]
},
"directwrite": {
- "description": "DirectWrite",
+ "label": "DirectWrite",
"emitIf": "config.win32",
"condition": "libs.directwrite",
"output": [ "privateFeature" ]
},
"directwrite2": {
- "description": "DirectWrite 2",
+ "label": "DirectWrite 2",
"emitIf": "config.win32",
"condition": "features.directwrite && tests.directwrite2",
"output": [ "privateFeature" ]
},
"direct2d": {
- "description": "Direct 2D",
+ "label": "Direct 2D",
"autoDetect": false,
"condition": "tests.direct2d",
"output": [ "privateFeature" ]
},
"evdev": {
- "description": "evdev",
+ "label": "evdev",
"condition": "tests.evdev",
"output": [ "privateFeature" ]
},
"freetype": {
- "description": "FreeType",
+ "label": "FreeType",
"output": [ "privateFeature", "feature" ]
},
"system-freetype": {
- "description": " Using system FreeType",
+ "label": " Using system FreeType",
"enable": "input.freetype == 'system'",
"disable": "input.freetype == 'qt'",
"autoDetect": "!config.win32",
@@ -457,21 +457,21 @@
"output": [ "privateFeature" ]
},
"fontconfig": {
- "description": "Fontconfig",
+ "label": "Fontconfig",
"condition": "!config.win32 && !config.darwin && features.system-freetype && libs.fontconfig",
"output": [ "privateFeature", "feature" ]
},
"gbm": {
- "description": "GBM",
+ "label": "GBM",
"condition": "libs.gbm",
"output": [ "publicQtConfig" ]
},
"harfbuzz": {
- "description": "HarfBuzz",
+ "label": "HarfBuzz",
"output": [ "privateFeature", "feature" ]
},
"system-harfbuzz": {
- "description": " Using system HarfBuzz",
+ "label": " Using system HarfBuzz",
"enable": "input.harfbuzz == 'system'",
"disable": "input.harfbuzz == 'qt'",
"autoDetect": "!config.darwin && !config.win32",
@@ -479,49 +479,49 @@
"output": [ "privateFeature" ]
},
"qqnx_imf": {
- "description": "IMF",
+ "label": "IMF",
"emitIf": "config.qnx",
"condition": "libs.imf",
"output": [ "privateConfig" ]
},
"integrityfb": {
- "description": "INTEGRITY framebuffer",
+ "label": "INTEGRITY framebuffer",
"condition": "config.integrity",
"output": [ "privateFeature" ]
},
"kms": {
- "description": "KMS",
+ "label": "KMS",
"condition": "libs.drm",
"output": [ "publicQtConfig" ]
},
"libinput": {
- "description": "libinput",
+ "label": "libinput",
"condition": "features.libudev && libs.libinput",
"output": [ "privateFeature" ]
},
"lgmon": {
- "description": "lgmon",
+ "label": "lgmon",
"emitIf": "config.qnx",
"condition": "libs.lgmon",
"output": [ "privateConfig" ]
},
"linuxfb": {
- "description": "LinuxFB",
+ "label": "LinuxFB",
"condition": "tests.linuxfb",
"output": [ "privateFeature" ]
},
"mirclient": {
- "description": "Mir client",
+ "label": "Mir client",
"condition": "libs.mirclient",
"output": [ "privateFeature" ]
},
"mtdev": {
- "description": "mtdev",
+ "label": "mtdev",
"condition": "libs.mtdev",
"output": [ "privateFeature" ]
},
"opengles2": {
- "description": "OpenGL ES 2.0",
+ "label": "OpenGL ES 2.0",
"enable": "input.opengl == 'es2'",
"disable": "input.opengl == 'desktop' || input.opengl == 'dynamic' || input.opengl == 'no'",
"condition": "config.win32 || (!config.watchos && !features.opengl-desktop && libs.opengl_es2)",
@@ -533,7 +533,7 @@
]
},
"opengles3": {
- "description": "OpenGL ES 3.0",
+ "label": "OpenGL ES 3.0",
"condition": "features.opengles2 && !features.angle && tests.opengles3",
"output": [
"publicFeature",
@@ -541,7 +541,7 @@
]
},
"opengles31": {
- "description": "OpenGL ES 3.1",
+ "label": "OpenGL ES 3.1",
"condition": "features.opengles3 && tests.opengles31",
"output": [
"publicFeature",
@@ -549,14 +549,14 @@
]
},
"opengl-desktop": {
- "description": "Desktop OpenGL",
+ "label": "Desktop OpenGL",
"enable": "input.opengl == 'desktop'",
"disable": "input.opengl == 'es2' || input.opengl == 'dynamic' || input.opengl == 'no'",
"condition": "(config.win32 && !config.winrt && !features.opengles2 && (config.msvc || libs.opengl))
|| (!config.watchos && !config.win32 && libs.opengl)"
},
"opengl-dynamic": {
- "description": "Dynamic OpenGL",
+ "label": "Dynamic OpenGL",
"enable": "input.opengl == 'dynamic'",
"autoDetect": false,
"condition": "config.win32 && !config.winrt",
@@ -566,69 +566,69 @@
]
},
"opengl": {
- "description": "OpenGL",
+ "label": "OpenGL",
"condition": "features.opengl-desktop || features.opengl-dynamic || features.opengles2",
"output": [ "publicFeature", "feature" ]
},
"egl": {
- "description": "EGL",
+ "label": "EGL",
"condition": "features.opengl && (features.angle || libs.egl)",
"output": [ "privateFeature", "feature" ]
},
"egl_x11": {
- "description": "EGL on X11",
+ "label": "EGL on X11",
"condition": "features.egl && tests.egl-x11",
"output": [ "privateFeature" ]
},
"eglfs": {
- "description": "EGLFS",
+ "label": "EGLFS",
"autoDetect": "!config.android && !config.win32",
"condition": "features.egl",
"output": [ "privateFeature" ]
},
"eglfs_brcm": {
- "description": "EGLFS Rasberry Pi",
+ "label": "EGLFS Rasberry Pi",
"condition": "features.eglfs && tests.egl-brcm",
"output": [ "privateFeature" ]
},
"eglfs_egldevice": {
- "description": "EGLFS EGLDevice",
+ "label": "EGLFS EGLDevice",
"condition": "features.eglfs && tests.egl-egldevice && features.kms",
"output": [ "privateFeature" ]
},
"eglfs_gbm": {
- "description": "EGLFS GBM",
+ "label": "EGLFS GBM",
"condition": "features.eglfs && features.gbm && features.kms",
"output": [ "privateFeature" ]
},
"eglfs_mali": {
- "description": "EGLFS Mali",
+ "label": "EGLFS Mali",
"condition": "features.eglfs && (tests.egl-mali || tests.egl-mali-2)",
"output": [ "privateFeature" ]
},
"eglfs_viv": {
- "description": "EGLFS i.Mx6",
+ "label": "EGLFS i.Mx6",
"condition": "features.eglfs && tests.egl-viv",
"output": [ "privateFeature" ]
},
"eglfs_viv_wl": {
- "description": "EGLFS i.Mx6 Wayland",
+ "label": "EGLFS i.Mx6 Wayland",
"condition": "features.eglfs_viv && libs.wayland_server",
"output": [ "privateFeature" ]
},
"gif": {
- "description": "GIF",
+ "label": "GIF",
"output": [
"privateFeature",
{ "type": "define", "negative": true, "name": "QT_NO_IMAGEFORMAT_GIF" }
]
},
"ico": {
- "description": "ICO",
+ "label": "ICO",
"output": [ "privateFeature", "feature" ]
},
"jpeg": {
- "description": "JPEG",
+ "label": "JPEG",
"disable": "input.libjpeg == 'no'",
"output": [
"privateFeature",
@@ -636,14 +636,14 @@
]
},
"system-jpeg": {
- "description": " Using system libjpeg",
+ "label": " Using system libjpeg",
"disable": "input.libjpeg == 'qt'",
"enable": "input.libjpeg == 'system'",
"condition": "features.jpeg && libs.libjpeg",
"output": [ "privateFeature" ]
},
"png": {
- "description": "PNG",
+ "label": "PNG",
"disable": "input.libpng == 'no'",
"output": [
"privateFeature",
@@ -651,14 +651,14 @@
]
},
"system-png": {
- "description": " Using system libpng",
+ "label": " Using system libpng",
"disable": "input.libpng == 'qt'",
"enable": "input.libpng == 'system'",
"condition": "features.png && libs.libpng",
"output": [ "privateFeature" ]
},
"qpa_default_platform": {
- "description": "QPA default platform",
+ "label": "QPA default platform",
"condition": "features.gui",
"output": [
{ "type": "define", "name": "QT_QPA_DEFAULT_PLATFORM_NAME", "value": "tests.qpa_default_platform.name" },
@@ -667,22 +667,22 @@
]
},
"sessionmanager": {
- "description": "Session Management",
+ "label": "Session Management",
"output": [ "feature" ]
},
"tslib": {
- "description": "tslib",
+ "label": "tslib",
"condition": "libs.tslib",
"output": [ "privateFeature" ]
},
"xcb": {
- "description": "XCB",
+ "label": "XCB",
"autoDetect": "!config.darwin",
"condition": "libs.xcb",
"output": [ "privateFeature" ]
},
"system-xcb": {
- "description": "Using system provided XCB libraries",
+ "label": "Using system provided XCB libraries",
"enable": "input.xcb == 'system' || input.xcb == 'yes'",
"disable": "input.xcb == 'qt' || input.xcb == 'no'",
"autoDetect": "!config.darwin",
@@ -690,46 +690,46 @@
"output": [ "privateFeature" ]
},
"x11-prefix": {
- "description": "X11 prefix",
+ "label": "X11 prefix",
"emitIf": "features.xcb",
"output": [ { "type": "varAssign", "name": "QMAKE_X11_PREFIX", "value": "tests.x11prefix.value" } ]
},
"xcb-glx": {
- "description": "XCB GLX",
+ "label": "XCB GLX",
"emitIf": "features.xcb",
"condition": "libs.xcb_glx",
"output": [ "privateFeature" ]
},
"xcb-render": {
- "description": "XCB render",
+ "label": "XCB render",
"emitIf": "features.system-xcb",
"condition": "libs.xcb_render",
"output": [ "privateFeature" ]
},
"xcb-xlib": {
- "description": "XCB Xlib",
+ "label": "XCB Xlib",
"emitIf": "features.xcb",
"condition": "libs.xcb_xlib",
"output": [ "privateFeature" ]
},
"xcb-sm": {
- "description": "xcb-sm",
+ "label": "xcb-sm",
"emitIf": "features.xcb",
"condition": "features.sessionmanager && libs.x11sm",
"output": [ "privateFeature" ]
},
"xinput2": {
- "description": "Xinput2",
+ "label": "Xinput2",
"condition": "libs.xinput2",
"output": [ "privateFeature" ]
},
"xkbcommon-evdev": {
- "description": "xkbcommon-evdev",
+ "label": "xkbcommon-evdev",
"condition": "libs.xkbcommon",
"output": [ "privateFeature" ]
},
"xkbcommon-system": {
- "description": "Using system-provided xkbcommon",
+ "label": "Using system-provided xkbcommon",
"emitIf": "features.xcb",
"enable": "input.xkbcommon == 'system'",
"disable": "input.xkbcommon == 'qt' || input.xkbcommon == 'no'",
@@ -737,23 +737,23 @@
"output": [ "privateFeature" ]
},
"xkb": {
- "description": "XCB XKB",
+ "label": "XCB XKB",
"condition": "features.system-xcb && libs.xcb_xkb",
"output": [ "privateFeature" ]
},
"xkb-config-root": {
- "description": "XKB config root",
+ "label": "XKB config root",
"emitIf": "features.xcb",
"condition": "features.xcb && !features.xkbcommon-system && tests.xkbconfigroot",
"output": [ { "type": "varAssign", "name": "QMAKE_XKB_CONFIG_ROOT", "value": "tests.xkbconfigroot.value"} ]
},
"xlib": {
- "description": "XLib",
+ "label": "XLib",
"condition": "tests.xlib",
"output": [ "privateFeature" ]
},
"xrender": {
- "description": "Xrender",
+ "label": "Xrender",
"condition": "libs.xrender",
"output": [ "privateFeature", "feature" ]
}
diff --git a/src/network/configure.json b/src/network/configure.json
index a647439b19..3372d177c3 100644
--- a/src/network/configure.json
+++ b/src/network/configure.json
@@ -26,7 +26,7 @@
"libraries": {
"corewlan": {
- "description": "CoreWLan",
+ "label": "CoreWLan",
"export": "",
"test": "mac/corewlan",
"sources": [
@@ -40,14 +40,14 @@
]
},
"libproxy": {
- "description": "libproxy",
+ "label": "libproxy",
"test": "common/libproxy",
"sources": [
"-lproxy"
]
},
"openssl": {
- "description": "OpenSSL Libraries",
+ "label": "OpenSSL Libraries",
"export": "",
"sources": [
{ "type": "openssl" },
@@ -68,30 +68,30 @@
"tests": {
"getaddrinfo": {
- "description": "getaddrinfo()",
+ "label": "getaddrinfo()",
"type": "compile",
"test": "unix/getaddrinfo",
"use": "network"
},
"getifaddrs": {
- "description": "getifaddrs()",
+ "label": "getifaddrs()",
"type": "compile",
"test": "unix/getifaddrs",
"use": "network"
},
"ipv6ifname": {
- "description": "IPv6 ifname",
+ "label": "IPv6 ifname",
"type": "compile",
"test": "unix/ipv6ifname",
"use": "network"
},
"openssl": {
- "description": "OpenSSL",
+ "label": "OpenSSL",
"type": "compile",
"test": "unix/openssl"
},
"sctp": {
- "description": "SCTP support",
+ "label": "SCTP support",
"type": "compile",
"test": "unix/sctp",
"use": "network"
@@ -100,34 +100,34 @@
"features": {
"corewlan": {
- "description": "CoreWLan",
+ "label": "CoreWLan",
"condition": "libs.corewlan",
"emitIf": "config.darwin",
"output": [ "feature", "privateFeature" ]
},
"getaddrinfo": {
- "description": "getaddrinfo()",
+ "label": "getaddrinfo()",
"condition": "tests.getaddrinfo",
"output": [ "feature" ]
},
"getifaddrs": {
- "description": "getifaddrs()",
+ "label": "getifaddrs()",
"condition": "tests.getifaddrs",
"output": [ "feature" ]
},
"ipv6ifname": {
- "description": "IPv6 ifname",
+ "label": "IPv6 ifname",
"condition": "tests.ipv6ifname",
"output": [ "feature" ]
},
"libproxy": {
- "description": "libproxy",
+ "label": "libproxy",
"autoDetect": false,
"condition": "libs.libproxy",
"output": [ "privateFeature" ]
},
"openssl": {
- "description": "OpenSSL",
+ "label": "OpenSSL",
"enable": "input.openssl == 'yes' || input.openssl == 'linked' || input.openssl == 'runtime'",
"disable": "input.openssl == 'no' || input.ssl == 'no'",
"autoDetect": "!config.winrt",
@@ -139,7 +139,7 @@
]
},
"openssl-linked": {
- "description": " Qt directly linked to OpenSSL",
+ "label": " Qt directly linked to OpenSSL",
"enable": "input.openssl == 'linked'",
"disable": "input.openssl != 'linked'",
"condition": "features.openssl && libs.openssl",
@@ -154,7 +154,7 @@
]
},
"securetransport": {
- "description": "SecureTransport",
+ "label": "SecureTransport",
"disable": "input.securetransport == 'no' || input.ssl == 'no'",
"condition": "config.darwin && (input.openssl == '' || input.openssl == 'no')",
"output": [
@@ -163,18 +163,18 @@
]
},
"ssl": {
- "description": "SSL",
+ "label": "SSL",
"condition": "config.winrt || features.securetransport || features.openssl",
"output": [ "publicFeature", "feature" ]
},
"sctp": {
- "description": "SCTP",
+ "label": "SCTP",
"autoDetect": false,
"condition": "tests.sctp",
"output": [ "publicFeature", "feature" ]
},
"system-proxies": {
- "description": "Use system proxies",
+ "label": "Use system proxies",
"output": [ "privateFeature" ]
}
},
diff --git a/src/printsupport/configure.json b/src/printsupport/configure.json
index 986bb9d678..6bf4208e9c 100644
--- a/src/printsupport/configure.json
+++ b/src/printsupport/configure.json
@@ -15,7 +15,7 @@
"libraries": {
"cups": {
- "description": "CUPS",
+ "label": "CUPS",
"test": "unix/cups",
"sources": [
"-lcups"
@@ -25,7 +25,7 @@
"features": {
"cups": {
- "description": "CUPS",
+ "label": "CUPS",
"condition": "libs.cups",
"output": [ "privateFeature", "feature" ]
}
diff --git a/src/sql/configure.json b/src/sql/configure.json
index 2277fcb546..d1dc198656 100644
--- a/src/sql/configure.json
+++ b/src/sql/configure.json
@@ -39,7 +39,7 @@
"libraries": {
"db2": {
- "description": "DB2 (IBM)",
+ "label": "DB2 (IBM)",
"test": "unix/db2",
"sources": [
{ "libs": "-ldb2cli", "condition": "config.win32" },
@@ -47,7 +47,7 @@
]
},
"ibase": {
- "description": "InterBase",
+ "label": "InterBase",
"test": "unix/ibase",
"sources": [
{ "libs": "-lgds32_ms", "condition": "config.win32" },
@@ -55,7 +55,7 @@
]
},
"mysql": {
- "description": "MySQL",
+ "label": "MySQL",
"test": "unix/mysql",
"sources": [
{ "type": "mysqlConfig", "query": "--libs_r" },
@@ -66,7 +66,7 @@
]
},
"psql": {
- "description": "PostgreSQL",
+ "label": "PostgreSQL",
"test": "unix/psql",
"sources": [
{ "type": "psqlConfig" },
@@ -75,7 +75,7 @@
]
},
"tds": {
- "description": "TDS (Sybase)",
+ "label": "TDS (Sybase)",
"test": "unix/tds",
"sources": [
{ "type": "sybaseEnv", "libs": "-lNTWDBLIB", "condition": "config.win32" },
@@ -83,7 +83,7 @@
]
},
"oci": {
- "description": "OCI (Oracle)",
+ "label": "OCI (Oracle)",
"test": "unix/oci",
"sources": [
{ "libs": "-loci", "condition": "config.win32" },
@@ -91,7 +91,7 @@
]
},
"odbc": {
- "description": "ODBC",
+ "label": "ODBC",
"test": "unix/odbc",
"sources": [
{ "libs": "-lodbc32", "condition": "config.win32" },
@@ -100,14 +100,14 @@
]
},
"sqlite2": {
- "description": "SQLite (version 2)",
+ "label": "SQLite (version 2)",
"test": "unix/sqlite2",
"sources": [
"-lsqlite"
]
},
"sqlite3": {
- "description": "SQLite (version 3)",
+ "label": "SQLite (version 3)",
"export": "sqlite",
"test": "unix/sqlite",
"sources": [
@@ -123,57 +123,57 @@
"features": {
"sql-db2": {
- "description": "DB2 (IBM)",
+ "label": "DB2 (IBM)",
"condition": "libs.db2",
"output": [ "publicFeature" ]
},
"sql-ibase": {
- "description": "InterBase",
+ "label": "InterBase",
"condition": "libs.ibase",
"output": [ "publicFeature" ]
},
"sql-mysql": {
- "description": "MySql",
+ "label": "MySql",
"condition": "libs.mysql",
"output": [ "publicFeature" ]
},
"use_libmysqlclient_r": {
- "description": "MySql (threadsafe)",
+ "label": "MySql (threadsafe)",
"condition": "features.sql-mysql && (libs.mysql.source == 0 || libs.mysql.source == 2)",
"output": [ "privateConfig" ]
},
"sql-oci": {
- "description": "OCI (Oracle)",
+ "label": "OCI (Oracle)",
"condition": "libs.oci",
"output": [ "publicFeature" ]
},
"sql-odbc": {
- "description": "ODBC",
+ "label": "ODBC",
"condition": "libs.odbc",
"output": [ "publicFeature" ]
},
"sql-psql": {
- "description": "PostgreSQL",
+ "label": "PostgreSQL",
"condition": "libs.psql",
"output": [ "publicFeature" ]
},
"sql-sqlite2": {
- "description": "SQLite2",
+ "label": "SQLite2",
"condition": "libs.sqlite2",
"output": [ "publicFeature" ]
},
"sql-sqlite": {
- "description": "SQLite",
+ "label": "SQLite",
"output": [ "publicFeature" ]
},
"system-sqlite": {
- "description": " Using system provided SQLite",
+ "label": " Using system provided SQLite",
"autoDetect": false,
"condition": "features.sql-sqlite && libs.sqlite3",
"output": [ "publicQtConfig" ]
},
"sql-tds": {
- "description": "TDS (Sybase)",
+ "label": "TDS (Sybase)",
"condition": "libs.tds",
"output": [ "publicFeature" ]
}
diff --git a/src/widgets/configure.json b/src/widgets/configure.json
index 23ee540c32..2c1f8b1e6c 100644
--- a/src/widgets/configure.json
+++ b/src/widgets/configure.json
@@ -21,7 +21,7 @@
"libraries": {
"gtk3": {
- "description": "GTK+",
+ "label": "GTK+",
"sources": [
{ "type": "pkgConfig", "args": "gtk+-3.0" }
]
@@ -30,7 +30,7 @@
"tests": {
"uxtheme": {
- "description": "uxtheme.h",
+ "label": "uxtheme.h",
"type": "files",
"files": [ "uxtheme.h" ]
}
@@ -38,41 +38,41 @@
"features": {
"gtk3": {
- "description": "GTK+",
+ "label": "GTK+",
"autoDetect": "!config.darwin",
"condition": "features.glib && libs.gtk3",
"output": [ "privateFeature" ]
},
"style-fusion": {
- "description": "Fusion Style",
+ "label": "Fusion Style",
"output": [ "styles" ]
},
"style-mac": {
- "description": "Mac Style",
+ "label": "Mac Style",
"condition": "config.osx",
"output": [ "styles" ]
},
"style-windows": {
- "description": "Windows Style",
+ "label": "Windows Style",
"output": [ "styles" ]
},
"style-windowsxp": {
- "description": "Windows XP Style",
+ "label": "Windows XP Style",
"condition": "features.style-windows && config.win32 && !config.winrt && tests.uxtheme",
"output": [ "styles" ]
},
"style-windowsvista": {
- "description": "Windows Vista Style",
+ "label": "Windows Vista Style",
"condition": "features.style-windowsxp",
"output": [ "styles" ]
},
"style-android": {
- "description": "Android Style",
+ "label": "Android Style",
"autoDetect": "config.android",
"output": [ "styles" ]
},
"android-style-assets": {
- "description": "Android Style Assets",
+ "label": "Android Style Assets",
"condition": "features.style-android",
"output": [ "privateConfig" ]
}