summaryrefslogtreecommitdiffstats
path: root/examples/wayland/qml-compositor/qml-compositor.pro
blob: 98ff96f83dc8558dfdc202afee5b2a1a9f4e94ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
DEFINES += QT_COMPOSITOR_QUICK

LIBS += -L ../../lib

QT += quick qml
QT += quick-private

QT += compositor

#  if you want to compile QtCompositor as part of the application
#  instead of linking to it, remove the QT += compositor and uncomment
#  the following line
#include (../../src/compositor/compositor.pri)

SOURCES += main.cpp

qml.files = \
    ContrastEffect.qml \
    WindowChrome.qml \
    WindowContainer.qml \
    background.jpg \
    closebutton.png \
    compositor.js \
    main.qml
qml.path = $$[QT_INSTALL_EXAMPLES]/wayland/qml-compositor
target.path = $$[QT_INSTALL_EXAMPLES]/wayland/qml-compositor
INSTALLS += target qml