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

# Add global libdui includes
INCLUDEPATH += $$DUI_INSTALL_HEADERS

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

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