From 58115de07f644fdc936e6474ac4a63e4bce77e61 Mon Sep 17 00:00:00 2001 From: Andy Nichols Date: Tue, 13 Sep 2011 16:45:49 +0200 Subject: [PATCH] Disabled DESTDIR for the wayland platform This enables make install to work correctly. This should be fixed when this is moved into the QtWayland module. --- src/plugins/platforms/wayland/wayland.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/platforms/wayland/wayland.pro b/src/plugins/platforms/wayland/wayland.pro index fd6ffc0..86fc759 100644 --- a/src/plugins/platforms/wayland/wayland.pro +++ b/src/plugins/platforms/wayland/wayland.pro @@ -3,7 +3,7 @@ load(qt_plugin) CONFIG += qpa/genericunixfontdatabase -DESTDIR = $$QT.gui.plugins/platforms +#DESTDIR = $$QT.gui.plugins/platforms DEFINES += Q_PLATFORM_WAYLAND DEFINES += $$QMAKE_DEFINES_WAYLAND -- 2.7.4