summaryrefslogtreecommitdiffstats
path: root/config.tests/qpa/eglfs-egldevice/eglfs-egldevice.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-13 22:37:15 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-18 17:09:43 +0000
commitd175f799cafb78237e0eae55294c3cd9d6cbd9bc (patch)
tree10e16f0ca0ca1677920971d5810b035ec50b105d /config.tests/qpa/eglfs-egldevice/eglfs-egldevice.pro
parent492d7d14fc813a858fa98ae048137a6b45155db0 (diff)
don't implicitly test for kms in egldevice test any more
having compound tests is messy, and we already have a separate test for that anyway. the kms test itself gains a fallback library, as that's what both the egldevice test did and the actual projects using kms do. Change-Id: I4544b64de86d58d6c6449bc0ad9095acaf144056 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'config.tests/qpa/eglfs-egldevice/eglfs-egldevice.pro')
-rw-r--r--config.tests/qpa/eglfs-egldevice/eglfs-egldevice.pro6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.tests/qpa/eglfs-egldevice/eglfs-egldevice.pro b/config.tests/qpa/eglfs-egldevice/eglfs-egldevice.pro
index d0945465a0..0bb8c66cb1 100644
--- a/config.tests/qpa/eglfs-egldevice/eglfs-egldevice.pro
+++ b/config.tests/qpa/eglfs-egldevice/eglfs-egldevice.pro
@@ -6,10 +6,4 @@ for(p, QMAKE_LIBDIR_EGL) {
INCLUDEPATH += $$QMAKE_INCDIR_EGL
LIBS += $$QMAKE_LIBS_EGL
-CONFIG += link_pkgconfig
-!contains(QT_CONFIG, no-pkg-config) {
- PKGCONFIG += libdrm
-} else {
- LIBS += -ldrm
-}
CONFIG -= qt