qt6-bb10/mkspecs/features/symbian/qt.prf

14 lines
334 B
Plaintext

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
}