From 272142f53790987b3f226ca70f942da927d99815 Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Mon, 30 Jul 2012 21:51:43 +0200 Subject: Create platform plugin binary into the local plugins directory. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Set DESTDIR to $$QT.compositor.plugins/platforms in order to create the plugin binary into the local plugins directory. When building Linux packages you usually are in a chroot environment and can't write files outside your build directory, this change avoid permission errors. Change-Id: I3e518f20308b852f4de6a5355af60fc67681cace Reviewed-by: Jørgen Lind --- src/plugins/platforms/wayland/wayland.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/plugins/platforms/wayland/wayland.pro b/src/plugins/platforms/wayland/wayland.pro index 3e7c1948b..d6d1e3331 100644 --- a/src/plugins/platforms/wayland/wayland.pro +++ b/src/plugins/platforms/wayland/wayland.pro @@ -4,7 +4,7 @@ load(qt_build_config) CONFIG += link_pkgconfig qpa/genericunixfontdatabase -DESTDIR = $$QT.gui.plugins/platforms +DESTDIR = $$QT.compositor.plugins/platforms QT += core-private gui-private platformsupport-private -- cgit v1.2.3