Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
10 lines
374 B
Plaintext
10 lines
374 B
Plaintext
load(qt_config)
|
|
|
|
!contains(QMAKE_HOST.os, "Windows") {
|
|
# Test for the existence of lower cased headers, a sign of using Gnupoc.
|
|
# Note that the qmake "exists" test won't do because it is case insensitive.
|
|
system("test -f $${EPOCROOT}epoc32/include/akndoc.h") | system("test -f $${EPOCROOT}epoc32/include/mw/akndoc.h") {
|
|
CONFIG += is_using_gnupoc
|
|
}
|
|
}
|