Changeset 92 for trunk/src/gui/kernel/kernel.pri
- Timestamp:
- Jul 28, 2009, 11:08:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/kernel.pri
r2 r92 91 91 } 92 92 93 os2 { 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 93 109 unix:x11 { 94 110 INCLUDEPATH += ../3rdparty/xorg … … 190 206 kernel/qeventdispatcher_mac_p.h 191 207 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 194 210 MENU_NIB.version = Versions 195 QMAKE_BUNDLE_DATA += MENU_NIB 211 QMAKE_BUNDLE_DATA += MENU_NIB 196 212 RESOURCES += mac/maccursors.qrc 197 213
Note:
See TracChangeset
for help on using the changeset viewer.