Skip to content

Commit ea3a08d

Browse files
author
hekra
committed
move shutdown command
1 parent a0f940a commit ea3a08d

File tree

6 files changed

+5
-10
lines changed

6 files changed

+5
-10
lines changed

platform/ios/wd/wd.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ QTPLUGIN += qtaudio_coreaudio qtmedia_audioengine qavfmediaplayer qavfcamera
55
CONFIG += mobility
66

77
SOURCES += \
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

3131
HEADERS += \
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 \

src/Test/Headers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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))

src/Test/shutdown_command.cc renamed to src/webdriver/extension_qt/shutdown_command.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
**
1818
****************************************************************************/
1919

20-
#include "shutdown_command.h"
20+
#include "commands/shutdown_command.h"
2121
#include <iostream>
2222
#include "webdriver_server.h"
2323

wd_ext_qt.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
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',

wd_test.gyp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@
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',
@@ -369,7 +368,6 @@
369368

370369
'sources': [
371370
'src/Test/main.cc',
372-
'src/Test/shutdown_command.cc',
373371
],
374372

375373
'conditions': [
@@ -396,7 +394,6 @@
396394

397395
'sources': [
398396
'src/Test/main.cc',
399-
'src/Test/shutdown_command.cc',
400397
],
401398

402399
'conditions': [
@@ -428,7 +425,6 @@
428425

429426
'sources': [
430427
'src/Test/main.cc',
431-
'src/Test/shutdown_command.cc',
432428
],
433429

434430
'conditions': [
@@ -459,7 +455,6 @@
459455

460456
'sources': [
461457
'src/Test/main.cc',
462-
'src/Test/shutdown_command.cc',
463458
],
464459

465460
'conditions': [
@@ -487,7 +482,6 @@
487482

488483
'sources': [
489484
'src/Test/main.cc',
490-
'src/Test/shutdown_command.cc',
491485
],
492486

493487
'conditions': [

0 commit comments

Comments
 (0)