|
206 | 206 | 'src/Test/ClickScrollingTest.ui', |
207 | 207 | '<(INTERMEDIATE_DIR)/moc_ClickScrollingTest.cc', |
208 | 208 | 'src/Test/WindowTest.cc', |
| 209 | + 'src/Test/WindowTest.h', |
| 210 | + '<(INTERMEDIATE_DIR)/moc_WindowTest.cc', |
209 | 211 | 'src/Test/FindingTest.cc', |
| 212 | + 'src/Test/FindingTest.h', |
| 213 | + '<(INTERMEDIATE_DIR)/moc_FindingTest.cc', |
210 | 214 | 'src/Test/CoordinatesTest.cc', |
| 215 | + 'src/Test/CoordinatesTest.h', |
| 216 | + '<(INTERMEDIATE_DIR)/moc_CoordinatesTest.cc', |
211 | 217 | 'src/Test/ElementAttributeTest.cc', |
212 | 218 | 'src/Test/ElementAttributeTest.h', |
213 | 219 | '<(INTERMEDIATE_DIR)/moc_ElementAttributeTest.cc', |
|
222 | 228 | 'src/Test/BasicKeyboardInterfaceTest.h', |
223 | 229 | '<(INTERMEDIATE_DIR)/moc_BasicKeyboardInterfaceTest.cc', |
224 | 230 | 'src/Test/TextHandlingTest.cc', |
| 231 | + 'src/Test/TextHandlingTest.h', |
| 232 | + '<(INTERMEDIATE_DIR)/moc_TextHandlingTest.cc', |
225 | 233 | 'src/Test/FormHandlingTest.cc', |
226 | 234 | 'src/Test/FormHandlingTest.h', |
227 | 235 | '<(INTERMEDIATE_DIR)/moc_FormHandlingTest.cc', |
|
236 | 244 | 'src/Test/VisibilityTest.h', |
237 | 245 | '<(INTERMEDIATE_DIR)/moc_VisibilityTest.cc', |
238 | 246 | 'src/Test/RestyledLabel.cc', |
| 247 | + 'src/Test/RestyledLabel.h', |
| 248 | + '<(INTERMEDIATE_DIR)/moc_RestyledLabel.cc', |
239 | 249 | 'src/Test/DragableWidget.cc', |
| 250 | + 'src/Test/DragableWidget.h', |
| 251 | + '<(INTERMEDIATE_DIR)/moc_DragableWidget.cc', |
240 | 252 | 'src/Test/BasicMouseInterfaceTest.cc', |
| 253 | + 'src/Test/BasicMouseInterfaceTest.h', |
| 254 | + '<(INTERMEDIATE_DIR)/moc_BasicMouseInterfaceTest.cc', |
241 | 255 | 'src/Test/WindowWithDeclarativeViewTest.cc', |
242 | 256 | 'src/Test/WindowWithDeclarativeViewTest.h', |
243 | 257 | '<(INTERMEDIATE_DIR)/moc_WindowWithDeclarativeViewTest.cc', |
244 | 258 | 'src/Test/TouchTest.cc', |
| 259 | + 'src/Test/TouchTest.h', |
| 260 | + '<(INTERMEDIATE_DIR)/moc_TouchTest.cc', |
245 | 261 | ], |
246 | 262 | 'conditions': [ |
247 | 263 | # IGNORE VideoTest due to error https://bugreports.qt-project.org/browse/QTBUG-32949 |
|
0 commit comments