summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/symbian/qt_config.prf
blob: 2f446dc830faa6039239d5c3a0ca93ac39009a70 (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") {
        CONFIG += is_using_gnupoc
    }
}