summaryrefslogtreecommitdiffstats
path: root/src/compositor/hardware_integration/hardware_integration.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/compositor/hardware_integration/hardware_integration.pri')
-rw-r--r--src/compositor/hardware_integration/hardware_integration.pri17
1 files changed, 6 insertions, 11 deletions
diff --git a/src/compositor/hardware_integration/hardware_integration.pri b/src/compositor/hardware_integration/hardware_integration.pri
index 352dbaee6..8477243fe 100644
--- a/src/compositor/hardware_integration/hardware_integration.pri
+++ b/src/compositor/hardware_integration/hardware_integration.pri
@@ -4,21 +4,16 @@ isEmpty(QT_WAYLAND_GL_CONFIG):QT_WAYLAND_GL_CONFIG = $$(QT_WAYLAND_GL_CONFIG)
!isEqual(QT_WAYLAND_GL_CONFIG,nogl) {
HEADERS += \
- $$PWD/graphicshardwareintegration.h
+ hardware_integration/qwaylandgraphicshardwareintegration.h \
+ hardware_integration/qwaylandgraphicshardwareintegrationfactory.h \
+ hardware_integration/qwaylandgraphicshardwareintegrationplugin.h
SOURCES += \
- $$PWD/graphicshardwareintegration.cpp
+ hardware_integration/qwaylandgraphicshardwareintegration.cpp \
+ hardware_integration/qwaylandgraphicshardwareintegrationfactory.cpp \
+ hardware_integration/qwaylandgraphicshardwareintegrationplugin.cpp
DEFINES += QT_COMPOSITOR_WAYLAND_GL
} else {
system(echo "Qt-Compositor configured as raster only compositor")
}
-
-HEADERS += \
- hardware_integration/graphicshardwareintegrationplugin.h \
- hardware_integration/graphicshardwareintegrationfactory.h
-
-SOURCES += \
- hardware_integration/graphicshardwareintegrationplugin.cpp \
- hardware_integration/graphicshardwareintegrationfactory.cpp
-