summaryrefslogtreecommitdiff
path: root/meegotouch_config.pri
blob: eb72b70cde4afcabd13583d7e4fdb29445e6dbc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Load more defines from the dui_defines...
load(meegotouch_defines)

# Add global libdui includes
INCLUDEPATH += $$M_INSTALL_HEADERS

# Check for testability features, should they be compiled in or not ?

isEqual(TESTABILITY,"on") {
    DEFINES += WINDOW_DEBUG
}