Changeset 8 for trunk/src/tools/qt_tools.pri
- Timestamp:
- Nov 16, 2005, 8:36:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tools/qt_tools.pri
r7 r8 91 91 } 92 92 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 93 103 offmac:SOURCES += $$TOOLS_CPP/qdir_mac.cpp \ 94 104 $$TOOLS_CPP/qfile_mac.cpp \ … … 102 112 103 113 mac:!x11:!embedded:SOURCES += $$TOOLS_CPP/qsettings_mac.cpp 104 mac { 114 mac { 105 115 SOURCES+=3rdparty/dlcompat/dlfcn.c 106 116 INCLUDEPATH+=3rdparty/dlcompat … … 149 159 } 150 160 } 151
Note:
See TracChangeset
for help on using the changeset viewer.