summaryrefslogtreecommitdiffstats
path: root/tests/manual/wip-cpp-compositor/wip-cpp-compositor.pro
blob: 546842acbf3511a35ea5c808668678d442f9971a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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