- Timestamp:
- Dec 19, 2005, 1:25:49 PM (20 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/qprocess.h
r40 r41 1 1 /**************************************************************************** 2 ** $Id : qt/qprocess.h 3.3.1 edited May 27 2003$2 ** $Id$ 3 3 ** 4 4 ** Implementation of QProcess class … … 96 96 #if defined(Q_OS_WIN32) 97 97 typedef void* PID; 98 #elif defined(Q_OS_OS2) 99 typedef ::PID PID; 98 100 #else 99 101 typedef Q_LONG PID; -
trunk/src/kernel/qt_kernel.pri
r40 r41 123 123 124 124 os2:SOURCES += \ 125 125 $$KERNEL_CPP/qapplication_pm.cpp \ 126 126 $$KERNEL_CPP/qclipboard_pm.cpp \ 127 127 $$KERNEL_CPP/qcolor_pm.cpp \ 128 128 $$KERNEL_CPP/qcursor_pm.cpp \ 129 129 $$KERNEL_CPP/qdesktopwidget_pm.cpp \ 130 130 $$KERNEL_CPP/qeventloop_pm.cpp \ … … 132 132 $$KERNEL_CPP/qmime_pm.cpp \ 133 133 $$KERNEL_CPP/qpixmap_pm.cpp \ 134 $$KERNEL_CPP/qprocess_pm.cpp \ 134 135 $$KERNEL_CPP/qpaintdevice_pm.cpp \ 135 136 $$KERNEL_CPP/qpainter_pm.cpp \ 136 137 $$KERNEL_CPP/qregion_pm.cpp \ 137 138 $$KERNEL_CPP/qthread_pm.cpp \ 138 139 $$KERNEL_CPP/qwidget_pm.cpp \ 139 140 $$KERNEL_CPP/qfontengine_pm.cpp … … 284 285 $$KERNEL_H/qpolygonscanner.h \ 285 286 $$KERNEL_H/qprinter.h \ 286 $$KERNEL_H/qprocess.h \287 287 $$KERNEL_H/qsessionmanager.h \ 288 288 $$KERNEL_H/qsound.h … … 291 291 $$KERNEL_CPP/qpolygonscanner.cpp \ 292 292 $$KERNEL_CPP/qprinter.cpp \ 293 $$KERNEL_CPP/qprocess.cpp \294 293 $$KERNEL_CPP/qsound.cpp 295 294 }
Note:
See TracChangeset
for help on using the changeset viewer.