Ignore:
Timestamp:
Jul 28, 2009, 11:08:37 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Started OS/2 versions of QApplication and QWidget.

File:
1 edited

Legend:

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

    r2 r92  
    9191}
    9292
     93os2 {
     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
     104        SOURCES += \
     105                kernel/qapplication_pm.cpp \
     106                kernel/qwidget_pm.cpp
     107}
     108
    93109unix:x11 {
    94110        INCLUDEPATH += ../3rdparty/xorg
     
    190206                kernel/qeventdispatcher_mac_p.h
    191207
    192         MENU_NIB.files = mac/qt_menu.nib 
    193         MENU_NIB.path = Resources 
     208        MENU_NIB.files = mac/qt_menu.nib
     209        MENU_NIB.path = Resources
    194210        MENU_NIB.version = Versions
    195         QMAKE_BUNDLE_DATA += MENU_NIB 
     211        QMAKE_BUNDLE_DATA += MENU_NIB
    196212        RESOURCES += mac/maccursors.qrc
    197213
Note: See TracChangeset for help on using the changeset viewer.