Changeset 561 for trunk/config.tests/unix/openssl/openssl.pri
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/config.tests/unix/openssl/openssl.pri
r2 r561 1 !cross_compile { 2 TRY_INCLUDEPATHS = /include /usr/include /usr/local/include $$QMAKE_INCDIR $$INCLUDEPATH 3 # LSB doesn't allow using headers from /include or /usr/include 4 linux-lsb-g++:TRY_INCLUDEPATHS = $$QMAKE_INCDIR $$INCLUDEPATH 1 # Empty file since Qt 4.6 2 # I'm too lazy to find all places where this file is included 3 4 symbian{ 5 TRY_INCLUDEPATHS = $${EPOCROOT}epoc32 $${EPOCROOT}epoc32/include $${EPOCROOT}epoc32/include/stdapis $${EPOCROOT}epoc32/include/stdapis/sys $$OS_LAYER_LIBC_SYSTEMINCLUDE $$QMAKE_INCDIR $$INCLUDEPATH 5 6 for(p, TRY_INCLUDEPATHS) { 6 7 pp = $$join(p, "", "", "/openssl") 7 exists($$pp):INCLUDEPATH *= $$p 8 } 8 exists($$pp):INCLUDEPATH *= $$p 9 } 9 10 }
Note:
See TracChangeset
for help on using the changeset viewer.