Disabled DESTDIR for the wayland platform
authorAndy Nichols <andy.nichols@nokia.com>
Tue, 13 Sep 2011 14:45:49 +0000 (16:45 +0200)
committerAndy Nichols <andy.nichols@nokia.com>
Tue, 13 Sep 2011 14:45:49 +0000 (16:45 +0200)
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

index fd6ffc0..86fc759 100644 (file)
@@ -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