From: Andy Nichols Date: Tue, 13 Sep 2011 14:45:49 +0000 (+0200) Subject: Disabled DESTDIR for the wayland platform X-Git-Tag: qt-v5.0.0-alpha1~219 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58115de07f644fdc936e6474ac4a63e4bce77e61;p=profile%2Fivi%2Fqtwayland.git 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. --- 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