source:
trunk/src/gui/kernel/kernel.pri@
95
Last change on this file since 95 was 95, checked in by , 16 years ago | |
---|---|
File size: 5.4 KB |
Line | |
---|---|
1 | # Qt kernel module |
2 | |
3 | # Only used on platforms with CONFIG += precompile_header |
4 | PRECOMPILED_HEADER = kernel/qt_gui_pch.h |
5 | |
6 | |
7 | KERNEL_P= kernel |
8 | HEADERS += \ |
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 \ |