Ignore:
Timestamp:
Feb 9, 2010, 1:28:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

general: Install DLLs from tools to bin on OS/2 too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/designer/src/lib/lib.pro

    r385 r552  
    55contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
    66CONFIG += qt
    7 win32|os2|mac: CONFIG += debug_and_release
     7win32|mac: CONFIG += debug_and_release
    88DESTDIR = ../../../../lib
    99!wince*:DLLDESTDIR = ../../../../bin
     
    6161target.path=$$[QT_INSTALL_LIBS]
    6262INSTALLS        += target
    63 win32 {
     63win32 {
    6464    dlltarget.path=$$[QT_INSTALL_BINS]
    6565    INSTALLS += dlltarget
Note: See TracChangeset for help on using the changeset viewer.