Changeset 8 for trunk/src/kernel/qt_kernel.pri
- Timestamp:
- Nov 16, 2005, 8:36:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel/qt_kernel.pri
r7 r8 122 122 $$KERNEL_CPP/qfontengine_win.cpp 123 123 124 os2:SOURCES += \ 125 $$KERNEL_CPP/qapplication_pm.cpp \ 126 $$KERNEL_CPP/qclipboard_pm.cpp \ 127 $$KERNEL_CPP/qcolor_pm.cpp \ 128 $$KERNEL_CPP/qcursor_pm.cpp \ 129 $$KERNEL_CPP/qdesktopwidget_pm.cpp \ 130 $$KERNEL_CPP/qeventloop_pm.cpp \ 131 $$KERNEL_CPP/qfont_pm.cpp \ 132 $$KERNEL_CPP/qmime_pm.cpp \ 133 $$KERNEL_CPP/qpixmap_pm.cpp \ 134 $$KERNEL_CPP/qpaintdevice_pm.cpp \ 135 $$KERNEL_CPP/qpainter_pm.cpp \ 136 $$KERNEL_CPP/qregion_pm.cpp \ 137 $$KERNEL_CPP/qthread_pm.cpp \ 138 $$KERNEL_CPP/qwidget_pm.cpp \ 139 $$KERNEL_CPP/qfontengine_pm.cpp 140 124 141 unix:x11 { 125 142 SOURCES += $$KERNEL_CPP/qapplication_x11.cpp \ … … 260 277 } 261 278 } 279 280 #@@TODO(dmik): headers and sources below are substracted until implemented 281 os2 { 282 HEADERS -= \ 283 $$KERNEL_P/qinputcontext_p.h \ 284 $$KERNEL_H/qpolygonscanner.h \ 285 $$KERNEL_H/qprinter.h \ 286 $$KERNEL_H/qprocess.h \ 287 $$KERNEL_H/qsessionmanager.h \ 288 $$KERNEL_H/qsound.h 289 290 SOURCES -= \ 291 $$KERNEL_CPP/qpolygonscanner.cpp \ 292 $$KERNEL_CPP/qprinter.cpp \ 293 $$KERNEL_CPP/qprocess.cpp \ 294 $$KERNEL_CPP/qsound.cpp 295 }
Note:
See TracChangeset
for help on using the changeset viewer.