summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor.pro
blob: 52edb4c69aad0e5c36590d619778307f8f64591d (plain)
1
2
3
4
5
6
7
8
9
10
11
load(qt_build_config)

TARGET  = QtCompositor
QT = core gui-private

contains(QT_CONFIG, opengl):MODULE_DEFINES = QT_COMPOSITOR_WAYLAND_GL

load(qt_module_config)

include(compositor.pri)