summaryrefslogtreecommitdiffstats
path: root/examples/wayland/hwlayer-compositor/hwlayer-compositor.pro
blob: a6eed90790e55829404255122b7d3af5c6799d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT += gui qml

SOURCES += \
    main.cpp

OTHER_FILES = \
    main.qml

RESOURCES += hwlayer-compositor.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/wayland/hwlayer-compositor
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hwlayer-compositor.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/wayland/hwlayer-compositor
INSTALLS += target sources