changeset 30 | 5dc02b23752f |
29:b72c6db6890b | 30:5dc02b23752f |
---|---|
1 load(qt_config) |
|
2 |
|
3 !contains(QMAKE_HOST.os, "Windows") { |
|
4 # Test for the existence of lower cased headers, a sign of using Gnupoc. |
|
5 # Note that the qmake "exists" test won't do because it is case insensitive. |
|
6 system("test -f $${EPOCROOT}/epoc32/include/akndoc.h") { |
|
7 CONFIG += is_using_gnupoc |
|
8 } |
|
9 } |