summaryrefslogtreecommitdiffstats
path: root/examples/qwidget-compositor/qt-compositor.pro
blob: 5394e7f4292862e27c17bbceed81fe79c60d0585 (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
TEMPLATE = app
TARGET = qt-compositor
DEPENDPATH += .
INCLUDEPATH += .

# comment out the following CONFIG lines to disable DRM
CONFIG += wayland_gl
CONFIG += xpixmap_glx
CONFIG += xpixmap_egl
#CONFIG += mesa_egl
#CONFIG += dri2_xcb

# comment out the following to not use pkg-config in the pri files
CONFIG += use_pkgconfig

DESTDIR=$$PWD/../../bin/

include (../../src/qt-compositor/qt-compositor.pri)

# Input
SOURCES += main.cpp

CONFIG += qt warn_on debug  create_prl link_prl
OBJECTS_DIR = .obj/release-shared
MOC_DIR = .moc/release-shared