14 lines
334 B
Plaintext
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
|
|
}
|