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/src/tools/bootstrap/bootstrap.pri

    r2 r561  
    2929                   $$QT_BUILD_TREE/include/QtCore \
    3030                   $$QT_BUILD_TREE/include/QtXml \
    31                    ../../xml
     31                   /xml
    3232DEPENDPATH      += $$INCLUDEPATH \
    33                    ../../corelib/global \
    34                    ../../corelib/kernel \
    35                    ../../corelib/tools \
    36                    ../../corelib/io \
    37                    ../../corelib/codecs \
    38                    ../../xml
     33                   /corelib/global \
     34                   /corelib/kernel \
     35                   /corelib/tools \
     36                   /corelib/io \
     37                   /corelib/codecs \
     38                   /xml
    3939
    4040hpux-acc*|hpuxi-acc* {
    41     LIBS += ../bootstrap/libbootstrap.a
     41    LIBS += /bootstrap/libbootstrap.a
    4242} else {
    4343    contains(CONFIG, debug_and_release_target) {
    4444        CONFIG(debug, debug|release) {
    45             LIBS+=-L../bootstrap/debug
     45            LIBS+=-L/bootstrap/debug
    4646        } else {
    47             LIBS+=-L../bootstrap/release
     47            LIBS+=-L/bootstrap/release
    4848        }
    4949    } else {
    50         LIBS += -L../bootstrap
     50        LIBS += -L/bootstrap
    5151    }
    5252    LIBS += -lbootstrap
Note: See TracChangeset for help on using the changeset viewer.