summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/symbian/qt_config.prf
blob: 1afd22c18783b09af1f508f7627cae4b25f4b2a9 (plain)
1
2
3
4
5
6
7
8
9
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
    }
}