Changeset 552 for trunk/tools/assistant


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/assistant
Files:
4 edited

Legend:

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

    r2 r552  
    7171
    7272contains(CONFIG, static): {
    73     win32 {
     73    win32|os2 {
    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|os2 {
    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|os2 {
    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|os2:qclucene = $${qclucene}d
    1717}
    1818linux-lsb-g++:LIBS += --lsb-shared-libs=$$qclucene
Note: See TracChangeset for help on using the changeset viewer.