Ignore:
Timestamp:
Nov 16, 2005, 8:36:46 PM (20 years ago)
Author:
dmik
Message:

Transferred Qt for OS/2 version 3.3.1-rc5 sources from the CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tools/qt_tools.pri

    r7 r8  
    9191        }
    9292
     93        os2:SOURCES += $$TOOLS_CPP/qdir_pm.cpp \
     94                  $$TOOLS_CPP/qfile_pm.cpp \
     95                  $$TOOLS_CPP/qfileinfo_pm.cpp \
     96                  $$TOOLS_CPP/qlibrary_pm.cpp \
     97                  $$TOOLS_CPP/qsettings_pm.cpp \
     98                  $$TOOLS_CPP/qmutex_pm.cpp \
     99                  $$TOOLS_CPP/qwaitcondition_pm.cpp \
     100                  $$TOOLS_CPP/qthreadstorage_pm.cpp \
     101                  $$TOOLS_CPP/qcriticalsection_p.cpp
     102
    93103        offmac:SOURCES += $$TOOLS_CPP/qdir_mac.cpp \
    94104                  $$TOOLS_CPP/qfile_mac.cpp \
     
    102112
    103113        mac:!x11:!embedded:SOURCES += $$TOOLS_CPP/qsettings_mac.cpp
    104         mac { 
     114        mac {
    105115                SOURCES+=3rdparty/dlcompat/dlfcn.c
    106116                INCLUDEPATH+=3rdparty/dlcompat
     
    149159        }
    150160}
    151 
Note: See TracChangeset for help on using the changeset viewer.