Changeset 684


Ignore:
Timestamp:
Mar 15, 2010, 6:31:54 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

translations: Fixed the OS/2 build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/translations/translations.pro

    r651 r684  
    2525
    2626isEmpty(vcproj) {
    27     QMAKE_LINK = @: IGNORE THIS LINE
    28     OBJECTS_DIR =
     27    !os2 {
     28        QMAKE_LINK = @: IGNORE THIS LINE
     29        OBJECTS_DIR =
     30    } else {
     31        QMAKE_LINK = @rem IGNORE THIS LINE
     32    }
    2933    win32:CONFIG -= embed_manifest_exe
    3034} else {
Note: See TracChangeset for help on using the changeset viewer.