Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/tools/bootstrap/bootstrap.pri

    r561 r846  
    4343    contains(CONFIG, debug_and_release_target) {
    4444        CONFIG(debug, debug|release) {
    45             LIBS+=-L$$QT_BUILD_TREE/src/tools/bootstrap/debug
     45            $$QT_BUILD_TREE/src/tools/bootstrap/debug
    4646        } else {
    47             LIBS+=-L$$QT_BUILD_TREE/src/tools/bootstrap/release
     47            $$QT_BUILD_TREE/src/tools/bootstrap/release
    4848        }
    4949    } else {
    50         LIBS += -L$$QT_BUILD_TREE/src/tools/bootstrap
     50        $$QT_BUILD_TREE/src/tools/bootstrap
    5151    }
    5252    LIBS += -lbootstrap
    5353}
    54 !contains(QT_CONFIG, zlib):!contains(QT_CONFIG, no-zlib) {
    55    unix:LIBS += -lz
    56 #  win32:LIBS += libz.lib
     54!contains(QT_CONFIG, zlib):!contains(QT_CONFIG, no-zlib):!cross_compile {
     55    symbian:LIBS_PRIVATE += -llibz
     56    else:if(unix|win32-g++*):LIBS_PRIVATE += -lz
     57    else:LIBS += zdll.lib
    5758}
    5859win32:LIBS += -luser32
     
    6364}
    6465
     66
     67
     68
     69
     70
     71
     72
     73
     74
Note: See TracChangeset for help on using the changeset viewer.