parent
4973c2669a
commit
7eef0de091
|
|
@ -1,6 +1,8 @@
|
|||
TARGET = qwayland
|
||||
include(../../qpluginbase.pri)
|
||||
|
||||
QT+=gui-private core-private opengl-private
|
||||
|
||||
DESTDIR = $$QT.gui.plugins/platforms
|
||||
|
||||
DEFINES += Q_PLATFORM_WAYLAND
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/platforms
|
|||
|
||||
QT += core-private gui-private
|
||||
|
||||
QT+=gui-private core-private
|
||||
|
||||
SOURCES = \
|
||||
qxcbconnection.cpp \
|
||||
qxcbintegration.cpp \
|
||||
|
|
|
|||
Loading…
Reference in New Issue