1
# Load more defines from the dui_defines...
2
load(meegotouch_defines)
3
4
# Add global libdui includes
5
INCLUDEPATH += $$M_INSTALL_HEADERS
6
7
# Check for testability features, should they be compiled in or not ?
8
9
isEqual(TESTABILITY,"on") {
10
    DEFINES += WINDOW_DEBUG
11
}
12
13
# This is not a DUI prefix
14
exists(/usr/include/X11/extensions/shapeconst.h) {
15
     DEFINES += HAVE_SHAPECONST
16
}
17
18
# Compositor components only
19
VERSION = 0.4.10