summaryrefslogtreecommitdiffstats
path: root/examples/wayland/multi-output/multi-output.pro
blob: 468dc2e09f6f0b7373b4b0864b9e6d0a9c8fa110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QT += core gui qml

SOURCES += \
    main.cpp

OTHER_FILES = \
    qml/main.qml \
    qml/GridScreen.qml \
    qml/ShellScreen.qml \
    qml/ShellChrome.qml \
    images/background.jpg \

RESOURCES += multi-output.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/wayland/multi-output
INSTALLS += target