summaryrefslogtreecommitdiff
path: root/src/src.pro
blob: bc514f0109de87750342c5005e80f6e8de46f666 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
######################################################################
# Automatically generated by qmake (2.01a) Mon Oct 20 16:08:50 2008
######################################################################

include(../duiconfig.pri)

contains(QT_CONFIG, opengles2) {
     DEFINES += GLES2_VERSION
     SOURCES += duitexturepixmapitem_egl.cpp
} else {
     DEFINES += DESKTOP_VERSION
     SOURCES += duitexturepixmapitem_glx.cpp
} 

exists($$DUI_PREFIX/include/X11/extensions/shapeconst.h) {
     DEFINES += HAVE_SHAPECONST
}

TEMPLATE = app
TARGET = duicompositor
DEPENDPATH += .
QT += dbus

# Input
INCLUDEPATH += ../decorators/libdecorator/
HEADERS += \
	duitexturepixmapitem.h \
	duicompositescene.h \
	duicompositewindow.h \
	duicompwindowanimator.h \
	duicompositemanager.h \
        duisimplewindowframe.h \
        duicompositemanager_p.h \
        duidecoratorframe.h

SOURCES += \
	main.cpp \
        duitexturepixmapitem_p.cpp \
        duicompositescene.cpp \
        duicompositewindow.cpp \
        duicompwindowanimator.cpp \
        duicompositemanager.cpp \
        duisimplewindowframe.cpp \
        duidecoratorframe.cpp

RESOURCES = tools.qrc

CONFIG +=  release
QT += core gui opengl

target.path += $$DUI_INSTALL_BIN
INSTALLS += target 

LIBS += -lXdamage -lXcomposite -lXfixes ../decorators/libdecorator/libdecorator.so

QMAKE_EXTRA_TARGETS += check
check.depends = $$TARGET
check.commands = $$system(true)