summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-10-25 15:22:01 +0200
committerLars Knoll <lars.knoll@qt.io>2016-10-26 13:07:34 +0000
commit04f0a69e96fca03c18e0c7eaaab7babc49e35198 (patch)
tree2603418de2d2797c50018b7e7612e6b0247cf455 /src/gui/configure.json
parentc70d77dc766c9372a689035038420fb414e49b48 (diff)
Replace PKGCONFIG+=foo usages with QMAKE_USE
replace explicit pkg-config uses with the results of configure tests, for consistency. Change-Id: I3587db6085798ea7a49f8871fc6838eb687a6391 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'src/gui/configure.json')
-rw-r--r--src/gui/configure.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index b361679101..f4e2faf08b 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -165,7 +165,6 @@
},
"mirclient": {
"label": "Mir client libraries",
- "export": "",
"test": "qpa/mirclient",
"sources": [
{ "type": "pkgConfig", "args": "egl mirclient ubuntu-platform-api" }
@@ -173,7 +172,6 @@
},
"mtdev": {
"label": "mtdev",
- "export": "",
"test": "unix/mtdev",
"sources": [
{ "type": "pkgConfig", "args": "mtdev" }
@@ -204,7 +202,6 @@
},
"wayland_server": {
"label": "Wayland Server",
- "export": "",
"test": "qpa/wayland-server",
"sources": [
{ "type": "pkgConfig", "args": "wayland-server" }