Skip to content

Commit b032887

Browse files
author
Mykola Tryshnivskyy
committed
Update wd.pro for ios
1 parent 19f8ae8 commit b032887

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

platform/ios/wd/wd.pro

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ SOURCES += \
1919
../../../src/Test/ClickTest.cc \
2020
../../../src/Test/ClickScrollingTest.cc \
2121
../../../src/Test/BasicMouseInterfaceTest.cc \
22-
../../../src/Test/BasicKeyboardInterfaceTest.cc
22+
../../../src/Test/BasicKeyboardInterfaceTest.cc \
23+
../../../src/Test/VideoTest.cc \
24+
../../../src/Test/TouchTest.cc \
25+
../../../src/Test/MenuTest.cc \
26+
../../../src/Test/WindowWithDeclarativeViewTest.cc
2327

2428
HEADERS += \
2529
../../../src/Test/shutdown_command.h \
@@ -40,7 +44,12 @@ HEADERS += \
4044
../../../src/Test/ClickTest.h \
4145
../../../src/Test/ClickScrollingTest.h \
4246
../../../src/Test/BasicMouseInterfaceTest.h \
43-
../../../src/Test/BasicKeyboardInterfaceTest.h
47+
../../../src/Test/BasicKeyboardInterfaceTest.h \
48+
../../../src/Test/WindowWithDeclarativeViewTest.h \
49+
../../../src/Test/VideoTest.h \
50+
../../../src/Test/TouchTest.h \
51+
../../../src/Test/TestVariables.h \
52+
../../../src/Test/MenuTest.h
4453

4554
INCLUDEPATH += ../../../inc
4655
INCLUDEPATH += ../../../mocs
@@ -57,3 +66,4 @@ MOC_DIR = build
5766
ios: include($$[QT_HOST_DATA/get]/mkspecs/common/ios/qiosapp.conf)
5867

5968

69+

0 commit comments

Comments
 (0)