Add a dri2_xcb backend. This does not use the eglBindWaylandDisplayWL
[profile/ivi/qtwayland.git] / examples / qwidget-compositor / qt-compositor.pro
1 TEMPLATE = app
2 TARGET = qt-compositor
3 DEPENDPATH += .
4 INCLUDEPATH += .
5 INCLUDEPATH += ../../src/qt-compositor/
6
7 # comment out the following CONFIG lines to disable DRM
8 CONFIG += wayland_gl
9 CONFIG += mesa_egl
10 #CONFIG += dri2_xcb
11
12 # comment out the following to not use pkg-config in the pri files
13 CONFIG += use_pkgconfig
14
15 DESTDIR=$$PWD/../../bin/
16
17 LIBS += -L ../../lib
18
19 include (../../src/qt-compositor/qt-compositor.pri)
20
21 # Input
22 SOURCES += main.cpp
23
24 CONFIG += qt warn_on debug  create_prl link_prl
25 OBJECTS_DIR = .obj/release-shared
26 MOC_DIR = .moc/release-shared