Ignore:
Timestamp:
Jul 31, 2009, 1:13:57 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Added OS/2 stubs for platform-specific parts of all key GUI classes. Non-key classes are temporarily disabled with QT_NO_ defines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/kernel.pri

    r92 r95  
    9292
    9393os2 {
    94         # @todo override everything since most things are not ready...
    95         HEADERS = \
    96                 kernel/qapplication.h \
    97                 kernel/qapplication_p.h \
    98                 kernel/qwidget.h \
    99                 kernel/qwidget_p.h
    100         SOURCES = \
    101                 kernel/qapplication.cpp \
    102                 kernel/qwidget.cpp
    103 
    10494        SOURCES += \
    10595                kernel/qapplication_pm.cpp \
     96                kernel/qclipboard_pm.cpp \
     97                kernel/qcursor_pm.cpp \
     98                kernel/qdesktopwidget_pm.cpp \
     99                kernel/qdnd_pm.cpp \
     100                kernel/qkeymapper_pm.cpp \
     101                kernel/qsound_pm.cpp \
    106102                kernel/qwidget_pm.cpp
    107103}
Note: See TracChangeset for help on using the changeset viewer.