Changeset 16 for trunk/qmake


Ignore:
Timestamp:
Nov 17, 2005, 4:54:53 PM (20 years ago)
Author:
dmik
Message:

We don't want to add a separator for DLLDESTDIR on OS/2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/qmake/generators/makefile.cpp

    r15 r16  
    649649            if ( !v[dirs[x]].isEmpty() ) {
    650650                QString orig_path = v[dirs[x]].first();
    651 #ifdef Q_WS_WIN
     651#if defined(Q_WS_WIN) || defined(Q_OS_OS2)
    652652                // We don't want to add a separator for DLLDESTDIR on Windows
    653653                if (!(dirs[x] == "DLLDESTDIR"))
Note: See TracChangeset for help on using the changeset viewer.