blob: 546842acbf3511a35ea5c808668678d442f9971a [file] [log] [blame]
QT += gui waylandcompositor
HEADERS += \
compositor.h \
window.h
SOURCES += main.cpp \
compositor.cpp \
window.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/wayland/reference-cpp
INSTALLS += target