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
     97
     98
     99
     100
     101
    106102                kernel/qwidget_pm.cpp
    107103}
Note: See TracChangeset for help on using the changeset viewer.