summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/platforms/wayland/wayland.pro7
1 files changed, 2 insertions, 5 deletions
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)