Changeset 594 for trunk/src


Ignore:
Timestamp:
Feb 23, 2010, 2:34:49 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: Fixed: On debug_and_release platforms, qrc output files were searched in the wrong output directory while determining the list of include dependencies which resulted into a compile rule for the qrc in the right output directory file even if this file is actually included from the main source file which eventually resulted in duplicate symbols when linking [vendor bug].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/qbase.pri

    r561 r594  
    11isEmpty(TARGET):error(You must set TARGET before include()'ing $${_FILE_})
    22INCLUDEPATH *= $$QMAKE_INCDIR_QT/$$TARGET #just for today to have some compat
    3 !isEmpty(RCC_DIR): INCLUDEPATH += $$RCC_DIR
    43isEmpty(QT_ARCH):!isEmpty(ARCH):QT_ARCH=$$ARCH #another compat that will rot for change #215700
    54TEMPLATE        = lib
Note: See TracChangeset for help on using the changeset viewer.