Ignore:
Timestamp:
Jun 26, 2009, 12:55:38 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: Alter .pro files to take OS/2 into account (many modules are disabled yet).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tools/bootstrap/bootstrap.pro

    r2 r60  
    2727        QT_NO_UNICODETABLES \
    2828        QT_NO_USING_NAMESPACE
    29 win32:DEFINES += QT_NODLL
     29win32|os2:DEFINES += QT_NODLL
    3030
    3131INCLUDEPATH += $$QT_BUILD_TREE/include \
     
    8989                 ../../corelib/io/qfsfileengine_iterator_win.cpp
    9090
     91os2:SOURCES += ../../corelib/io/qfsfileengine_os2.cpp \
     92               ../../corelib/io/qfsfileengine_iterator_os2.cpp
     93                 
    9194macx: {
    9295   QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.3 #enables weak linking for 10.3 (exported)
Note: See TracChangeset for help on using the changeset viewer.