summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/symbian/qt.prf
blob: c376b642d12e31085fee0c2ca25f12735dd90d0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
contains(DEFINES, QT_MAKEDLL)|contains(DEFINES, QT_DLL) {
    CONFIG *= epocallowdlldata
}

CONFIG += qtmain

load(qt)

# Workaround for the fact that Gnupoc and Symbian chose different approaches to
# the letter casing of headers.
contains(CONFIG, is_using_gnupoc) {
    INCLUDEPATH += $${PWD}/../../common/symbian/header-wrappers
}