summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@nokia.com>2011-09-13 16:45:49 +0200
committerAndy Nichols <andy.nichols@nokia.com>2011-09-13 16:45:49 +0200
commit58115de07f644fdc936e6474ac4a63e4bce77e61 (patch)
tree28d06ae1c0746636bdb90aa631fe58a7452e0d91
parent26f375cdddac3ea5dc65bdca02cb1c64ed543b2c (diff)
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.
-rw-r--r--src/plugins/platforms/wayland/wayland.pro2
1 files changed, 1 insertions, 1 deletions
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