Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
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
|
|
}
|