35 kernel/qsound.h \ |
35 kernel/qsound.h \ |
36 kernel/qsound_p.h \ |
36 kernel/qsound_p.h \ |
37 kernel/qstackedlayout.h \ |
37 kernel/qstackedlayout.h \ |
38 kernel/qtooltip.h \ |
38 kernel/qtooltip.h \ |
39 kernel/qwhatsthis.h \ |
39 kernel/qwhatsthis.h \ |
40 kernel/qwidget.h \ |
40 kernel/qwidget.h \ |
41 kernel/qwidget_p.h \ |
41 kernel/qwidget_p.h \ |
42 kernel/qwidgetaction.h \ |
42 kernel/qwidgetaction.h \ |
43 kernel/qwidgetaction_p.h \ |
43 kernel/qwidgetaction_p.h \ |
44 kernel/qwindowdefs.h \ |
44 kernel/qwindowdefs.h \ |
45 kernel/qkeymapper_p.h \ |
45 kernel/qkeymapper_p.h \ |
46 kernel/qgesture.h \ |
46 kernel/qgesture.h \ |
47 kernel/qgesture_p.h \ |
47 kernel/qgesture_p.h \ |
48 kernel/qstandardgestures_p.h \ |
48 kernel/qstandardgestures_p.h \ |
49 kernel/qgesturerecognizer.h \ |
49 kernel/qgesturerecognizer.h \ |
50 kernel/qgesturemanager_p.h \ |
50 kernel/qgesturemanager_p.h \ |
51 kernel/qsoftkeymanager_p.h \ |
51 kernel/qsoftkeymanager_p.h \ |
|
52 kernel/qsoftkeymanager_common_p.h \ |
52 kernel/qguiplatformplugin_p.h |
53 kernel/qguiplatformplugin_p.h |
53 |
54 |
54 SOURCES += \ |
55 SOURCES += \ |
55 kernel/qaction.cpp \ |
56 kernel/qaction.cpp \ |
56 kernel/qactiongroup.cpp \ |
57 kernel/qactiongroup.cpp \ |
82 kernel/qgesture.cpp \ |
83 kernel/qgesture.cpp \ |
83 kernel/qstandardgestures.cpp \ |
84 kernel/qstandardgestures.cpp \ |
84 kernel/qgesturerecognizer.cpp \ |
85 kernel/qgesturerecognizer.cpp \ |
85 kernel/qgesturemanager.cpp \ |
86 kernel/qgesturemanager.cpp \ |
86 kernel/qsoftkeymanager.cpp \ |
87 kernel/qsoftkeymanager.cpp \ |
87 kernel/qdesktopwidget.cpp \ |
88 kernel/qdesktopwidget.cpp \ |
88 kernel/qguiplatformplugin.cpp |
89 kernel/qguiplatformplugin.cpp |
89 |
90 |
90 win32 { |
91 win32 { |
91 DEFINES += QT_NO_DIRECTDRAW |
92 DEFINES += QT_NO_DIRECTDRAW |
92 |
93 |
93 HEADERS += \ |
94 HEADERS += \ |
94 kernel/qwinnativepangesturerecognizer_win_p.h |
95 kernel/qwinnativepangesturerecognizer_win_p.h |
95 |
96 |
96 SOURCES += \ |
97 SOURCES += \ |
97 kernel/qapplication_win.cpp \ |
98 kernel/qapplication_win.cpp \ |
98 kernel/qclipboard_win.cpp \ |
99 kernel/qclipboard_win.cpp \ |
99 kernel/qcursor_win.cpp \ |
100 kernel/qcursor_win.cpp \ |
101 kernel/qdnd_win.cpp \ |
102 kernel/qdnd_win.cpp \ |
102 kernel/qmime_win.cpp \ |
103 kernel/qmime_win.cpp \ |
103 kernel/qsound_win.cpp \ |
104 kernel/qsound_win.cpp \ |
104 kernel/qwidget_win.cpp \ |
105 kernel/qwidget_win.cpp \ |
105 kernel/qole_win.cpp \ |
106 kernel/qole_win.cpp \ |
106 kernel/qkeymapper_win.cpp \ |
107 kernel/qkeymapper_win.cpp \ |
107 kernel/qwinnativepangesturerecognizer_win.cpp |
108 kernel/qwinnativepangesturerecognizer_win.cpp |
108 |
109 |
109 !contains(DEFINES, QT_NO_DIRECTDRAW):LIBS += ddraw.lib |
110 !contains(DEFINES, QT_NO_DIRECTDRAW):LIBS += ddraw.lib |
110 } |
111 } |
111 |
112 |
112 symbian { |
113 symbian { |
113 SOURCES += \ |
114 SOURCES += \ |
114 kernel/qapplication_s60.cpp \ |
115 kernel/qapplication_s60.cpp \ |
115 kernel/qeventdispatcher_s60.cpp \ |
116 kernel/qeventdispatcher_s60.cpp \ |
116 kernel/qwidget_s60.cpp \ |
117 kernel/qwidget_s60.cpp \ |
117 kernel/qcursor_s60.cpp \ |
118 kernel/qcursor_s60.cpp \ |
118 kernel/qdesktopwidget_s60.cpp \ |
119 kernel/qdesktopwidget_s60.cpp \ |
119 kernel/qkeymapper_s60.cpp\ |
120 kernel/qkeymapper_s60.cpp\ |
120 kernel/qclipboard_s60.cpp\ |
121 kernel/qclipboard_s60.cpp\ |
121 kernel/qdnd_s60.cpp \ |
122 kernel/qdnd_s60.cpp \ |
122 kernel/qsound_s60.cpp |
123 kernel/qsound_s60.cpp \ |
123 |
124 kernel/qsoftkeymanager_s60.cpp |
124 HEADERS += \ |
125 |
125 kernel/qt_s60_p.h \ |
126 HEADERS += \ |
126 kernel/qeventdispatcher_s60_p.h |
127 kernel/qt_s60_p.h \ |
127 LIBS += -lbafl -lestor |
128 kernel/qeventdispatcher_s60_p.h \ |
128 |
129 kernel/qsoftkeymanager_s60_p.h |
129 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE |
130 |
|
131 LIBS += -lbafl -lestor |
|
132 |
|
133 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE |
|
134 INCLUDEPATH += ../3rdparty/s60 |
130 } |
135 } |
131 |
136 |
132 |
137 |
133 unix:x11 { |
138 unix:x11 { |
134 INCLUDEPATH += ../3rdparty/xorg |
139 INCLUDEPATH += ../3rdparty/xorg |