Remove old qmake .pri files

The .pro files for building the client and compositor modules
have been removed already, so we don't need the .pri helpers.

Change-Id: Ieb8ea7cc292e6b2c98e4f24932810ef426a54141
Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
Tor Arne Vestbø 2025-02-28 10:54:51 +01:00
parent 0772749b2c
commit abcea0d249
5 changed files with 0 additions and 84 deletions

View File

@ -1,9 +0,0 @@
INCLUDEPATH += $$PWD
HEADERS += \
$$PWD/qwaylandclientextension.h \
$$PWD/qwaylandclientextension_p.h
SOURCES += \
$$PWD/qwaylandclientextension.cpp

View File

@ -1,24 +0,0 @@
WAYLANDCLIENTSOURCES += \
$$PWD/../../extensions/server-buffer-extension.xml \
$$PWD/../../extensions/hardware-integration.xml
INCLUDEPATH += $$PWD
SOURCES += \
$$PWD/qwaylandclientbufferintegration.cpp \
$$PWD/qwaylandclientbufferintegrationplugin.cpp \
$$PWD/qwaylandclientbufferintegrationfactory.cpp \
$$PWD/qwaylandserverbufferintegration.cpp \
$$PWD/qwaylandserverbufferintegrationplugin.cpp \
$$PWD/qwaylandserverbufferintegrationfactory.cpp \
$$PWD/qwaylandhardwareintegration.cpp
HEADERS += \
$$PWD/qwaylandclientbufferintegration_p.h \
$$PWD/qwaylandclientbufferintegrationplugin_p.h \
$$PWD/qwaylandclientbufferintegrationfactory_p.h \
$$PWD/qwaylandserverbufferintegration_p.h \
$$PWD/qwaylandserverbufferintegrationplugin_p.h \
$$PWD/qwaylandserverbufferintegrationfactory_p.h \
$$PWD/qwaylandhardwareintegration_p.h

View File

@ -1,11 +0,0 @@
INCLUDEPATH += $$PWD
SOURCES += \
$$PWD/qwaylandinputdeviceintegrationplugin.cpp \
$$PWD/qwaylandinputdeviceintegrationfactory.cpp
HEADERS += \
$$PWD/qwaylandinputdeviceintegration_p.h \
$$PWD/qwaylandinputdeviceintegrationplugin_p.h \
$$PWD/qwaylandinputdeviceintegrationfactory_p.h

View File

@ -1,11 +0,0 @@
INCLUDEPATH += $$PWD
SOURCES += \
$$PWD/qwaylandshellintegrationplugin.cpp \
$$PWD/qwaylandshellintegrationfactory.cpp
HEADERS += \
$$PWD/qwaylandshellintegration_p.h \
$$PWD/qwaylandshellintegrationplugin_p.h \
$$PWD/qwaylandshellintegrationfactory_p.h

View File

@ -1,29 +0,0 @@
QT += testlib waylandclient-private opengl
CONFIG += testcase wayland-scanner
QMAKE_USE += wayland-server
WAYLANDSERVERSOURCES += \
$$PWD/../../../../src/3rdparty/protocol/wayland/wayland.xml \
$$PWD/../../../../src/3rdparty/protocol/xdg-output/xdg-output-unstable-v1.xml \
$$PWD/../../../../src/3rdparty/protocol/xdg-shell/xdg-shell.xml \
$$PWD/../../../../src/3rdparty/protocol/text-input/text-input-unstable-v2.xml
INCLUDEPATH += ../shared
HEADERS += \
$$PWD/corecompositor.h \
$$PWD/coreprotocol.h \
$$PWD/datadevice.h \
$$PWD/mockcompositor.h \
$$PWD/xdgoutputv1.h \
$$PWD/xdgshell.h \
$$PWD/textinput.h
SOURCES += \
$$PWD/corecompositor.cpp \
$$PWD/coreprotocol.cpp \
$$PWD/datadevice.cpp \
$$PWD/mockcompositor.cpp \
$$PWD/xdgoutputv1.cpp \
$$PWD/xdgshell.cpp \
$$PWD/textinput.cpp