Skip to content

Commit

Permalink
Create platform plugin binary into the local plugins directory.
Browse files Browse the repository at this point in the history
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 <jorgen.lind@nokia.com>
  • Loading branch information
plfiorini authored and Jørgen Lind committed Aug 13, 2012
1 parent 5cfcc41 commit 272142f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/platforms/wayland/wayland.pro
Expand Up @@ -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

Expand Down

0 comments on commit 272142f

Please sign in to comment.