From 7334963a7911f5e8cfc18d6a21876bb9c16f1ab8 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 24 Oct 2012 15:42:43 +0200 Subject: adjust to qt_plugin.prf changes DESTDIR and INSTALLS+=target are set up automatically now, but PLUGIN_TYPE needs to be defined. Change-Id: I82a97498be26a6e9021deb6fff02a21bd4787851 Reviewed-by: Andy Nichols --- src/plugins/platforms/wayland/wayland.pro | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/plugins/platforms/wayland/wayland.pro b/src/plugins/platforms/wayland/wayland.pro index 2a74522d0..6639febc6 100644 --- a/src/plugins/platforms/wayland/wayland.pro +++ b/src/plugins/platforms/wayland/wayland.pro @@ -1,10 +1,10 @@ TARGET = qwayland + +PLUGIN_TYPE = platforms load(qt_plugin) CONFIG += link_pkgconfig qpa/genericunixfontdatabase -DESTDIR = $$QT.compositor.plugins/platforms - QT += core-private gui-private platformsupport-private SOURCES = main.cpp \ @@ -86,9 +86,6 @@ INCLUDEPATH += $$PWD/../../../shared LIBS += -lwayland-client } -target.path += $$[QT_INSTALL_PLUGINS]/platforms -INSTALLS += target - include ($$PWD/gl_integration/gl_integration.pri) include ($$PWD/windowmanager_integration/windowmanager_integration.pri) -- cgit v1.2.3