Changeset 552 for trunk


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.

Location:
trunk/tools
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/assistant/compat/assistant.pro

    r2 r552  
    7171
    7272contains(CONFIG, static): {
    73     win32 {
     73    win32 {
    7474        exists($$[QT_INSTALL_PLUGINS]/imageformats/qjpeg.lib) {
    7575            QTPLUGIN += qjpeg
  • trunk/tools/assistant/compat/compat.pro

    r2 r552  
    7171
    7272contains(CONFIG, static): {
    73     win32 {
     73    win32 {
    7474        exists($$[QT_INSTALL_PLUGINS]/imageformats/qjpeg.lib) {
    7575            QTPLUGIN += qjpeg
  • trunk/tools/assistant/compat/lib/lib.pro

    r369 r552  
    5858target.path=$$[QT_INSTALL_LIBS]
    5959INSTALLS        += target
    60 win32 {
     60win32 {
    6161    dlltarget.path=$$[QT_INSTALL_BINS]
    6262    INSTALLS += dlltarget
  • trunk/tools/assistant/lib/lib.pro

    r2 r552  
    1414if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {
    1515    mac:qclucene = $${qclucene}_debug
    16     win32:qclucene = $${qclucene}d
     16    win32:qclucene = $${qclucene}d
    1717}
    1818linux-lsb-g++:LIBS += --lsb-shared-libs=$$qclucene
  • trunk/tools/designer/src/components/lib/lib.pro

    r385 r552  
    6464target.path=$$[QT_INSTALL_LIBS]
    6565INSTALLS        += target
    66 win32 {
     66win32 {
    6767    dlltarget.path=$$[QT_INSTALL_BINS]
    6868    INSTALLS += dlltarget
  • 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.