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/corelib/io/io.pri

    r18 r60  
    6262} else:os2 {
    6363        SOURCES += io/qsettings_os2.cpp
    64         SOURCES += io/qprocess_os2.cpp
     64        # @todo later
     65#        SOURCES += io/qprocess_os2.cpp
    6566        SOURCES += io/qfsfileengine_os2.cpp
    6667
    6768        SOURCES += io/qfsfileengine_iterator_os2.cpp
    68         SOURCES += io/qfilesystemwatcher_os2.cpp
    69         HEADERS += io/qfilesystemwatcher_os2_p.h
     69        # @todo later
     70#        SOURCES += io/qfilesystemwatcher_os2.cpp
     71#        HEADERS += io/qfilesystemwatcher_os2_p.h
    7072} else:unix {
    7173        SOURCES += io/qfsfileengine_unix.cpp
Note: See TracChangeset for help on using the changeset viewer.