File tree Expand file tree Collapse file tree 6 files changed +5
-10
lines changed
Expand file tree Collapse file tree 6 files changed +5
-10
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ QTPLUGIN += qtaudio_coreaudio qtmedia_audioengine qavfmediaplayer qavfcamera
55CONFIG += mobility
66
77SOURCES += \
8- ../../../src/Test /shutdown_command.cc \
8+ ../../../src/webdriver/extension_qt /shutdown_command.cc \
99 ../../../src/Test/main.cc \
1010 ../../../src/Test/XPathElementFindingTest.cc \
1111 ../../../src/Test/WindowTest.cc \
@@ -29,7 +29,7 @@ SOURCES += \
2929 ../../../src/Test/VideoTest.cc
3030
3131HEADERS += \
32- ../../../src/Test /shutdown_command.h \
32+ ../../../inc/commands /shutdown_command.h \
3333 ../../../src/Test/XPathElementFindingTest.h \
3434 ../../../src/Test/WindowTest.h \
3535 ../../../src/Test/VisibilityTest.h \
Original file line number Diff line number Diff line change 4343#include " webdriver_view_transitions.h"
4444#include " versioninfo.h"
4545#include " webdriver_route_table.h"
46- #include " shutdown_command.h"
46+ #include " commands/ shutdown_command.h"
4747#include " webdriver_route_patterns.h"
4848
4949#if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
Original file line number Diff line number Diff line change 1717**
1818****************************************************************************/
1919
20- #include " shutdown_command.h"
20+ #include " commands/ shutdown_command.h"
2121#include < iostream>
2222#include " webdriver_server.h"
2323
Original file line number Diff line number Diff line change 4141 'src/webdriver/extension_qt/widget_view_executor.cc' ,
4242 'src/webdriver/extension_qt/widget_view_enumerator.cc' ,
4343 'src/webdriver/extension_qt/widget_view_visualizer.cc' ,
44+ 'src/webdriver/extension_qt/shutdown_command.cc' ,
4445 'inc/extension_qt/q_view_runner.h' ,
4546 '<(INTERMEDIATE_DIR)/moc_q_view_runner.cc' ,
4647 'src/webdriver/extension_qt/q_event_filter.cc' ,
Original file line number Diff line number Diff line change 296296
297297 'sources' : [
298298 'src/Test/main.cc' ,
299- 'src/Test/shutdown_command.cc' ,
300299 'src/Test/WindowWithEmbeddedViewTest.cc' ,
301300 'src/Test/WindowWithEmbeddedViewTest.h' ,
302301 '<(INTERMEDIATE_DIR)/moc_WindowWithEmbeddedViewTest.cc' ,
369368
370369 'sources' : [
371370 'src/Test/main.cc' ,
372- 'src/Test/shutdown_command.cc' ,
373371 ],
374372
375373 'conditions' : [
396394
397395 'sources' : [
398396 'src/Test/main.cc' ,
399- 'src/Test/shutdown_command.cc' ,
400397 ],
401398
402399 'conditions' : [
428425
429426 'sources' : [
430427 'src/Test/main.cc' ,
431- 'src/Test/shutdown_command.cc' ,
432428 ],
433429
434430 'conditions' : [
459455
460456 'sources' : [
461457 'src/Test/main.cc' ,
462- 'src/Test/shutdown_command.cc' ,
463458 ],
464459
465460 'conditions' : [
487482
488483 'sources' : [
489484 'src/Test/main.cc' ,
490- 'src/Test/shutdown_command.cc' ,
491485 ],
492486
493487 'conditions' : [
You can’t perform that action at this time.
0 commit comments