Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • 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
     4symbian{
     5    TRY_INCLUDEPATHS = $${EPOCROOT}epoc32 $${EPOCROOT}epoc32/include $${EPOCROOT}epoc32/include/stdapis $${EPOCROOT}epoc32/include/stdapis/sys $$OS_LAYER_LIBC_SYSTEMINCLUDE $$QMAKE_INCDIR $$INCLUDEPATH
    56    for(p, TRY_INCLUDEPATHS) {
    67        pp = $$join(p, "", "", "/openssl")
    7         exists($$pp):INCLUDEPATH *= $$p
    8     }
     8        exists($$pp):INCLUDEPATH *= $$p
     9    }
    910}
Note: See TracChangeset for help on using the changeset viewer.