src/qt_install.pri
branchRCL_3
changeset 4 3b1da2848fc7
parent 3 41300fa6a67c
child 7 3f74d0d4af4c
equal deleted inserted replaced
3:41300fa6a67c 4:3b1da2848fc7
     8 
     8 
     9 #headers
     9 #headers
    10 !symbian: {
    10 !symbian: {
    11     HEADER_INSTALL_PATH = $$[QT_INSTALL_HEADERS]
    11     HEADER_INSTALL_PATH = $$[QT_INSTALL_HEADERS]
    12 } else {
    12 } else {
    13     # QT_BOOTSTRAPPED qmake doesn't seem to take care of -headedir 
    13     # :QTP: QT_BOOTSTRAPPED qmake doesn't seem to take care of -headerdir 
    14     HEADER_INSTALL_PATH = /epoc32/include/mw
    14     HEADER_INSTALL_PATH = /epoc32/include/mw
    15 }
    15 }
    16 
    16 
    17 qt_install_headers {
    17 qt_install_headers {
    18     INSTALL_HEADERS = $$SYNCQT.HEADER_FILES
    18     INSTALL_HEADERS = $$SYNCQT.HEADER_FILES
    19     equals(TARGET, QtCore) {
    19     equals(TARGET, QtCore) {
    20         #headers generated by configure
    20        #headers generated by configure
    21         INSTALL_HEADERS *= $$QT_BUILD_TREE/src/corelib/global/qconfig.h \
    21        INSTALL_HEADERS *= $$QT_BUILD_TREE/src/corelib/global/qconfig.h \
    22                            $$QT_SOURCE_TREE/src/corelib/arch/$$QT_ARCH/arch
    22                           $$QT_SOURCE_TREE/src/corelib/arch/$$QT_ARCH/arch
    23     }
    23     }
    24     # :QTP: avoid duplicate exports for qconfig.h and qxmlstream.h
    24     # :QTP: avoid duplicate exports for qconfig.h and qxmlstream.h
    25     symbian: {
    25     symbian: {
    26         equals(TARGET, QtXml) {
    26         equals(TARGET, QtXml) {
    27             INSTALL_HEADERS -= ../xml/stream/qxmlstream.h
    27             INSTALL_HEADERS -= ../xml/stream/qxmlstream.h
    28         }
    28         }
    29         equals(TARGET, QtCore) {
    29         equals(TARGET, QtCore) {
    30             INSTALL_HEADERS -= $$QT_BUILD_TREE/src/corelib/global/qconfig.h
    30             INSTALL_HEADERS -= $$QT_BUILD_TREE/src/corelib/global/qconfig.h
    31         }
    31         }
    32         equals(TARGET, phonon) {
    32         equals(TARGET, phonon) {
    33             INSTALL_HEADERS -= ../../include/phonon_compat/phonon/phonon \
    33             INSTALL_HEADERS -= ../../include/phonon_compat/Phonon/Phonon \
    34                                ../../include/phonon/Phonon/Phonon
    34                                ../../include/phonon/Phonon/Phonon
    35         }
    35         }
    36     }
    36     }
    37 
    37 
    38     equals(TARGET, phonon) {
    38     equals(TARGET, phonon) {
    39         class_headers.path = $$HEADER_INSTALL_PATH/$$TARGET/Phonon
    39         class_headers.path = $$HEADER_INSTALL_PATH/$$TARGET
    40     } else {
    40     } else {
    41         flat_headers.files = $$INSTALL_HEADERS
    41         flat_headers.files = $$INSTALL_HEADERS
    42         flat_headers.path = $$HEADER_INSTALL_PATH/Qt
    42         flat_headers.path = $$HEADER_INSTALL_PATH/Qt
    43         INSTALLS += flat_headers
    43         INSTALLS += flat_headers
    44 
    44