summaryrefslogtreecommitdiffstats
path: root/examples/wayland/multi-output/multi-output.pro
blob: db86d4008b3625ae011572d0a7989ab4e8f88454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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