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/compat
Files:
3 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
Note: See TracChangeset for help on using the changeset viewer.