summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/compositor/compositor.pri')
-rw-r--r--src/compositor/compositor.pri6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/compositor/compositor.pri b/src/compositor/compositor.pri
index fa8adfb14..595bbf7c7 100644
--- a/src/compositor/compositor.pri
+++ b/src/compositor/compositor.pri
@@ -1,8 +1,6 @@
-CONFIG += module link_pkgconfig
+CONFIG += link_pkgconfig
-INCLUDEPATH += $$PWD
DEFINES += QT_WAYLAND_WINDOWMANAGER_SUPPORT
-DEFINES += QT_BUILD_COMPOSITOR_LIB
!contains(QT_CONFIG, no-pkg-config) {
PKGCONFIG += wayland-server
@@ -10,8 +8,6 @@ DEFINES += QT_BUILD_COMPOSITOR_LIB
LIBS += -lwayland-server
}
-HEADERS += qtcompositorversion.h
-
include ($$PWD/global/global.pri)
include ($$PWD/wayland_wrapper/wayland_wrapper.pri)
include ($$PWD/hardware_integration/hardware_integration.pri)