source: trunk/src/gui/kernel/kernel.pri@ 95

Last change on this file since 95 was 95, checked in by Dmitry A. Kuminov, 16 years ago

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 size: 5.4 KB
Line 
1# Qt kernel module
2
3# Only used on platforms with CONFIG += precompile_header
4PRECOMPILED_HEADER = kernel/qt_gui_pch.h
5
6
7KERNEL_P= kernel
8HEADERS += \
9 kernel/qaction.h \
10 kernel/qactiongroup.h \
11 kernel/qapplication.h \
12 kernel/qapplication_p.h \
13 kernel/qboxlayout.h \
14 kernel/qclipboard.h \
15 kernel/qcursor.h \
16 kernel/qdesktopwidget.h \
17 kernel/qdrag.h \
18 kernel/qdnd_p.h \
19 kernel/qevent.h \
20 kernel/qevent_p.h \
21 kernel/qformlayout.h \
22 kernel/qgridlayout.h \