Changeset 593 for trunk


Ignore:
Timestamp:
Feb 23, 2010, 1:15:02 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: features/os2: splitDll: Take FORMS and RESOURCES into the split since they affect source file list too. This fixes periodical build errors due to duplicate symbols in qrc_ and .cpp files or missing moc_ targets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mkspecs/features/os2/default_pre.prf

    r563 r593  
    150150            eval($${scope}_SOURCES = $$SOURCES)
    151151            export($${scope}_SOURCES)
     152
     153
     154
     155
    152156        }
    153157
     
    156160        unset(SOURCES)
    157161        export(SOURCES)
     162
     163
     164
     165
    158166    }
    159167}
     
    177185        CONFIG($$SPLIT_CONFIG):CONFIG($$scope) {
    178186            eval(HEADERS = $$eval($${scope}_HEADERS))
     187
    179188            eval(SOURCES = $$eval($${scope}_SOURCES))
    180             export(HEADERS)
    181189            export(SOURCES)
     190
     191
     192
     193
    182194        }
    183195    }
Note: See TracChangeset for help on using the changeset viewer.