[2] | 1 | # Qt widgets module
|
---|
| 2 |
|
---|
| 3 | HEADERS += \
|
---|
| 4 | widgets/qbuttongroup.h \
|
---|
| 5 | widgets/qabstractbutton.h \
|
---|
| 6 | widgets/qabstractbutton_p.h \
|
---|
| 7 | widgets/qabstractslider.h \
|
---|
| 8 | widgets/qabstractslider_p.h \
|
---|
| 9 | widgets/qabstractspinbox.h \
|
---|
| 10 | widgets/qabstractspinbox_p.h \
|
---|
| 11 | widgets/qcalendartextnavigator_p.h \
|
---|
| 12 | widgets/qcalendarwidget.h \
|
---|
| 13 | widgets/qcheckbox.h \
|
---|
| 14 | widgets/qcombobox.h \
|
---|
| 15 | widgets/qcombobox_p.h \
|
---|
| 16 | widgets/qcommandlinkbutton.h \
|
---|
| 17 | widgets/qdatetimeedit.h \
|
---|
| 18 | widgets/qdatetimeedit_p.h \
|
---|
| 19 | widgets/qdial.h \
|
---|
| 20 | widgets/qdialogbuttonbox.h \
|
---|
| 21 | widgets/qdockwidget.h \
|
---|
| 22 | widgets/qdockwidget_p.h \
|
---|
| 23 | widgets/qdockarealayout_p.h \
|
---|
| 24 | widgets/qfontcombobox.h \
|
---|
| 25 | widgets/qframe.h \
|
---|
| 26 | widgets/qframe_p.h \
|
---|
| 27 | widgets/qgroupbox.h \
|
---|
| 28 | widgets/qlabel.h \
|
---|
| 29 | widgets/qlabel_p.h \
|
---|
| 30 | widgets/qlcdnumber.h \
|
---|
| 31 | widgets/qlineedit.h \
|
---|
| 32 | widgets/qlineedit_p.h \
|
---|
[561] | 33 | widgets/qlinecontrol_p.h \
|
---|
[2] | 34 | widgets/qmainwindow.h \
|
---|
| 35 | widgets/qmainwindowlayout_p.h \
|
---|
| 36 | widgets/qmdiarea.h \
|
---|
| 37 | widgets/qmdiarea_p.h \
|
---|
| 38 | widgets/qmdisubwindow.h \
|
---|
| 39 | widgets/qmdisubwindow_p.h \
|
---|
| 40 | widgets/qmenu.h \
|
---|
[561] | 41 | widgets/qmenu_p.h \
|
---|
[2] | 42 | widgets/qmenubar.h \
|
---|
[561] | 43 | widgets/qmenubar_p.h \
|
---|
[2] | 44 | widgets/qmenudata.h \
|
---|
| 45 | widgets/qprogressbar.h \
|
---|
| 46 | widgets/qpushbutton.h \
|
---|
| 47 | widgets/qpushbutton_p.h \
|
---|
| 48 | widgets/qradiobutton.h \
|
---|
| 49 | widgets/qrubberband.h \
|
---|
| 50 | widgets/qscrollbar.h \
|
---|
| 51 | widgets/qscrollarea_p.h \
|
---|
| 52 | widgets/qsizegrip.h \
|
---|
| 53 | widgets/qslider.h \
|
---|
| 54 | widgets/qspinbox.h \
|
---|
| 55 | widgets/qsplashscreen.h \
|
---|
| 56 | widgets/qsplitter.h \
|
---|
| 57 | widgets/qsplitter_p.h \
|
---|
| 58 | widgets/qstackedwidget.h \
|
---|
| 59 | widgets/qstatusbar.h \
|
---|
| 60 | widgets/qtabbar.h \
|
---|
| 61 | widgets/qtabbar_p.h \
|
---|
| 62 | widgets/qtabwidget.h \
|
---|
| 63 | widgets/qtextedit.h \
|
---|
| 64 | widgets/qtextedit_p.h \
|
---|
| 65 | widgets/qtextbrowser.h \
|
---|
| 66 | widgets/qtoolbar.h \
|
---|
| 67 | widgets/qtoolbar_p.h \
|
---|
| 68 | widgets/qtoolbarlayout_p.h \
|
---|
| 69 | widgets/qtoolbarextension_p.h \
|
---|
| 70 | widgets/qtoolbarseparator_p.h \
|
---|
| 71 | widgets/qtoolbox.h \
|
---|
| 72 | widgets/qtoolbutton.h \
|
---|
| 73 | widgets/qvalidator.h \
|
---|
| 74 | widgets/qabstractscrollarea.h \
|
---|
| 75 | widgets/qabstractscrollarea_p.h \
|
---|
| 76 | widgets/qwidgetresizehandler_p.h \
|
---|
| 77 | widgets/qfocusframe.h \
|
---|
| 78 | widgets/qscrollarea.h \
|
---|
| 79 | widgets/qworkspace.h \
|
---|
| 80 | widgets/qwidgetanimator_p.h \
|
---|
| 81 | widgets/qtoolbararealayout_p.h \
|
---|
| 82 | widgets/qplaintextedit.h \
|
---|
| 83 | widgets/qplaintextedit_p.h \
|
---|
| 84 | widgets/qprintpreviewwidget.h
|
---|
| 85 | SOURCES += \
|
---|
| 86 | widgets/qabstractbutton.cpp \
|
---|
| 87 | widgets/qabstractslider.cpp \
|
---|
| 88 | widgets/qabstractspinbox.cpp \
|
---|
| 89 | widgets/qcalendarwidget.cpp \
|
---|
| 90 | widgets/qcheckbox.cpp \
|
---|
| 91 | widgets/qcombobox.cpp \
|
---|
| 92 | widgets/qcommandlinkbutton.cpp \
|
---|
| 93 | widgets/qdatetimeedit.cpp \
|
---|
| 94 | widgets/qdial.cpp \
|
---|
| 95 | widgets/qdialogbuttonbox.cpp \
|
---|
| 96 | widgets/qdockwidget.cpp \
|
---|
| 97 | widgets/qdockarealayout.cpp \
|
---|
| 98 | widgets/qeffects.cpp \
|
---|
| 99 | widgets/qfontcombobox.cpp \
|
---|
| 100 | widgets/qframe.cpp \
|
---|
| 101 | widgets/qgroupbox.cpp \
|
---|
| 102 | widgets/qlabel.cpp \
|
---|
| 103 | widgets/qlcdnumber.cpp \
|
---|
[561] | 104 | widgets/qlineedit_p.cpp \
|
---|
[2] | 105 | widgets/qlineedit.cpp \
|
---|
[561] | 106 | widgets/qlinecontrol.cpp \
|
---|
[2] | 107 | widgets/qmainwindow.cpp \
|
---|
| 108 | widgets/qmainwindowlayout.cpp \
|
---|
| 109 | widgets/qmdiarea.cpp \
|
---|
| 110 | widgets/qmdisubwindow.cpp \
|
---|
| 111 | widgets/qmenu.cpp \
|
---|
| 112 | widgets/qmenubar.cpp \
|
---|
| 113 | widgets/qmenudata.cpp \
|
---|
| 114 | widgets/qprogressbar.cpp \
|
---|
| 115 | widgets/qpushbutton.cpp \
|
---|
| 116 | widgets/qradiobutton.cpp \
|
---|
| 117 | widgets/qrubberband.cpp \
|
---|
| 118 | widgets/qscrollbar.cpp \
|
---|
| 119 | widgets/qsizegrip.cpp \
|
---|
| 120 | widgets/qslider.cpp \
|
---|
| 121 | widgets/qspinbox.cpp \
|
---|
| 122 | widgets/qsplashscreen.cpp \
|
---|
| 123 | widgets/qsplitter.cpp \
|
---|
| 124 | widgets/qstackedwidget.cpp \
|
---|
| 125 | widgets/qstatusbar.cpp \
|
---|
| 126 | widgets/qtabbar.cpp \
|
---|
| 127 | widgets/qtabwidget.cpp \
|
---|
| 128 | widgets/qtextedit.cpp \
|
---|
| 129 | widgets/qtextbrowser.cpp \
|
---|
| 130 | widgets/qtoolbar.cpp \
|
---|
| 131 | widgets/qtoolbarlayout.cpp \
|
---|
| 132 | widgets/qtoolbarextension.cpp \
|
---|
| 133 | widgets/qtoolbarseparator.cpp \
|
---|
| 134 | widgets/qtoolbox.cpp \
|
---|
| 135 | widgets/qtoolbutton.cpp \
|
---|
| 136 | widgets/qvalidator.cpp \
|
---|
| 137 | widgets/qabstractscrollarea.cpp \
|
---|
| 138 | widgets/qwidgetresizehandler.cpp \
|
---|
| 139 | widgets/qfocusframe.cpp \
|
---|
| 140 | widgets/qscrollarea.cpp \
|
---|
| 141 | widgets/qworkspace.cpp \
|
---|
| 142 | widgets/qwidgetanimator.cpp \
|
---|
| 143 | widgets/qtoolbararealayout.cpp \
|
---|
| 144 | widgets/qplaintextedit.cpp \
|
---|
| 145 | widgets/qprintpreviewwidget.cpp
|
---|
| 146 |
|
---|
| 147 | !embedded:mac {
|
---|
| 148 | HEADERS += widgets/qmacnativewidget_mac.h \
|
---|
| 149 | widgets/qmaccocoaviewcontainer_mac.h
|
---|
| 150 | OBJECTIVE_HEADERS += widgets/qcocoatoolbardelegate_mac_p.h \
|
---|
| 151 | widgets/qcocoamenu_mac_p.h
|
---|
| 152 | OBJECTIVE_SOURCES += widgets/qmenu_mac.mm \
|
---|
| 153 | widgets/qmaccocoaviewcontainer_mac.mm \
|
---|
| 154 | widgets/qcocoatoolbardelegate_mac.mm \
|
---|
| 155 | widgets/qmainwindowlayout_mac.mm \
|
---|
| 156 | widgets/qmacnativewidget_mac.mm \
|
---|
| 157 | widgets/qcocoamenu_mac.mm
|
---|
| 158 | }
|
---|
| 159 |
|
---|
| 160 | wince*: {
|
---|
| 161 | SOURCES += widgets/qmenu_wince.cpp
|
---|
| 162 | HEADERS += widgets/qmenu_wince_resource_p.h
|
---|
| 163 | RC_FILE = widgets/qmenu_wince.rc
|
---|
| 164 | !static: QMAKE_WRITE_DEFAULT_RC = 1
|
---|
| 165 | }
|
---|
[561] | 166 |
|
---|
| 167 | symbian*: {
|
---|
| 168 | SOURCES += widgets/qmenu_symbian.cpp
|
---|
| 169 | }
|
---|