summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/symbian/qt_config.prf
blob: 82c18621b75a7227e9df96118dcb84f077089fe1 (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
    }
}