Changeset 82


Ignore:
Timestamp:
Apr 15, 2006, 5:27:58 PM (19 years ago)
Author:
dmik
Message:

TARGET is no more necessary to be 'qt' or 'qt-mt' when building the Qt library; the 'build_qt' CONFIG keyword is used to indicate this instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/qmake/project.cpp

    r8 r82  
    675675    if (!test_version.isEmpty()) {
    676676        QString s = vars["TARGET"].first();
     677#if defined(Q_OS_OS2)
     678    if ( isActiveConfig( "build_qt" ) ) {
     679#else           
    677680        if (s == "qt" || s == "qt-mt" || s == "qte" || s == "qte-mt") {
     681#endif           
    678682            QString &ver = vars["VERSION"].first();
    679683//          fprintf(stderr,"Current QT version number: " + ver + "\n");
Note: See TracChangeset for help on using the changeset viewer.