| [2] | 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 \
|
|---|
| [651] | 10 | kernel/qaction_p.h \
|
|---|
| [2] | 11 | kernel/qactiongroup.h \
|
|---|
| 12 | kernel/qapplication.h \
|
|---|
| 13 | kernel/qapplication_p.h \
|
|---|
| 14 | kernel/qboxlayout.h \
|
|---|
| 15 | kernel/qclipboard.h \
|
|---|
| 16 | kernel/qcursor.h \
|
|---|
| 17 | kernel/qdesktopwidget.h \
|
|---|
| 18 | kernel/qdrag.h \
|
|---|
| 19 | kernel/qdnd_p.h \
|
|---|
| 20 | kernel/qevent.h \
|
|---|
| 21 | kernel/qevent_p.h \
|
|---|
| 22 | kernel/qformlayout.h \
|
|---|
| 23 | kernel/qgridlayout.h \
|
|---|
| 24 | kernel/qkeysequence.h \
|
|---|
| 25 | kernel/qlayout.h \
|
|---|
| 26 | kernel/qlayout_p.h \
|
|---|
| 27 | kernel/qlayoutengine_p.h \
|
|---|
| 28 | kernel/qlayoutitem.h \
|
|---|
| 29 | kernel/qmime.h \
|
|---|
| 30 | kernel/qsessionmanager.h \
|
|---|
| 31 | kernel/qshortcut.h \
|
|---|
| 32 | kernel/qshortcutmap_p.h \
|
|---|
| 33 | kernel/qsizepolicy.h \
|
|---|
| 34 | kernel/qpalette.h \
|
|---|
| 35 | kernel/qsound.h \
|
|---|
| 36 | kernel/qsound_p.h \
|
|---|
| 37 | kernel/qstackedlayout.h \
|
|---|
| 38 | kernel/qtooltip.h \
|
|---|
| 39 | kernel/qwhatsthis.h \
|
|---|
| [651] | 40 | kernel/qwidget.h \
|
|---|
| |
|---|