Skip to content

Commit 28fb14a

Browse files
buildbuild
authored andcommitted
Add missing files tof Mac WD
1 parent cb91a39 commit 28fb14a

File tree

6 files changed

+8
-11
lines changed

6 files changed

+8
-11
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ src/moc_*.cc
77
test/Java/.idea/workspace.xml
88
*.db
99
*.orig
10-
*.png
1110
test/Java/out
1211
*.autosave
1312
.idea*
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build/
2323
# Backup files
2424
*~.nib
2525

26-
DerivedData/*
26+
DerivedData/
27+
build*/
2728

28-
release/
2929

platform/ios/wd_test/wd_test.xcodeproj/project.pbxproj

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
1627472217D4743D000D26ED /* libQt5PlatformSupport.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1627471917D4743D000D26ED /* libQt5PlatformSupport.a */; };
2929
1627472317D4743D000D26ED /* libQt5Widgets.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1627471A17D4743D000D26ED /* libQt5Widgets.a */; };
3030
1627472417D4743D000D26ED /* libQt5Xml.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1627471B17D4743D000D26ED /* libQt5Xml.a */; };
31-
1627472617D47466000D26ED /* libwd.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1627472517D47466000D26ED /* libwd.a */; };
3231
1627473017D47528000D26ED /* libqios.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1627472F17D47528000D26ED /* libqios.a */; };
32+
16B7307E17D5E8A000D60850 /* libwd.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 16B7307D17D5E8A000D60850 /* libwd.a */; };
3333
16E8BAD817D4A0C2005594FD /* libchromium_base.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 16E8BAD417D4A0C2005594FD /* libchromium_base.a */; };
3434
16E8BAD917D4A0C2005594FD /* libtest_widgets.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 16E8BAD517D4A0C2005594FD /* libtest_widgets.a */; };
3535
16E8BADA17D4A0C2005594FD /* libWebDriver_core.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 16E8BAD617D4A0C2005594FD /* libWebDriver_core.a */; };
@@ -61,8 +61,8 @@
6161
1627471917D4743D000D26ED /* libQt5PlatformSupport.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libQt5PlatformSupport.a; path = "/Developer/Qt4iOS/qt-everywhere-ios-5.1.0/lib/libQt5PlatformSupport.a"; sourceTree = "<absolute>"; };
6262
1627471A17D4743D000D26ED /* libQt5Widgets.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libQt5Widgets.a; path = "/Developer/Qt4iOS/qt-everywhere-ios-5.1.0/lib/libQt5Widgets.a"; sourceTree = "<absolute>"; };
6363
1627471B17D4743D000D26ED /* libQt5Xml.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libQt5Xml.a; path = "/Developer/Qt4iOS/qt-everywhere-ios-5.1.0/lib/libQt5Xml.a"; sourceTree = "<absolute>"; };
64-
1627472517D47466000D26ED /* libwd.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libwd.a; path = ../wd/release/libwd.a; sourceTree = "<group>"; };
6564
1627472F17D47528000D26ED /* libqios.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libqios.a; path = "/Developer/Qt4iOS/qt-everywhere-ios-5.1.0/plugins/platforms/libqios.a"; sourceTree = "<absolute>"; };
65+
16B7307D17D5E8A000D60850 /* libwd.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libwd.a; path = "../build-wd-Qt4iOS2-Release/libwd.a"; sourceTree = "<group>"; };
6666
16E8BAD417D4A0C2005594FD /* libchromium_base.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libchromium_base.a; path = "../../../out/DerivedData/wd_test/Build/Products/Default-iphonesimulator/libchromium_base.a"; sourceTree = "<group>"; };
6767
16E8BAD517D4A0C2005594FD /* libtest_widgets.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libtest_widgets.a; path = "../../../out/DerivedData/wd_test/Build/Products/Default-iphonesimulator/libtest_widgets.a"; sourceTree = "<group>"; };
6868
16E8BAD617D4A0C2005594FD /* libWebDriver_core.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libWebDriver_core.a; path = "../../../out/DerivedData/wd_test/Build/Products/Default-iphonesimulator/libWebDriver_core.a"; sourceTree = "<group>"; };
@@ -74,12 +74,12 @@
7474
isa = PBXFrameworksBuildPhase;
7575
buildActionMask = 2147483647;
7676
files = (
77+
16B7307E17D5E8A000D60850 /* libwd.a in Frameworks */,
7778
16E8BAD817D4A0C2005594FD /* libchromium_base.a in Frameworks */,
7879
16E8BAD917D4A0C2005594FD /* libtest_widgets.a in Frameworks */,
7980
16E8BADA17D4A0C2005594FD /* libWebDriver_core.a in Frameworks */,
8081
16E8BADB17D4A0C2005594FD /* libWebDriver_extension_qt_base.a in Frameworks */,
8182
1627473017D47528000D26ED /* libqios.a in Frameworks */,
82-
1627472617D47466000D26ED /* libwd.a in Frameworks */,
8383
1627471C17D4743D000D26ED /* libQt5Core.a in Frameworks */,
8484
1627471D17D4743D000D26ED /* libQt5Gui.a in Frameworks */,
8585
1627471E17D4743D000D26ED /* libQt5Multimedia.a in Frameworks */,
@@ -123,13 +123,13 @@
123123
162745DC17D47310000D26ED /* Frameworks */ = {
124124
isa = PBXGroup;
125125
children = (
126+
16B7307D17D5E8A000D60850 /* libwd.a */,
126127
16E8BAD417D4A0C2005594FD /* libchromium_base.a */,
127128
16E8BAD517D4A0C2005594FD /* libtest_widgets.a */,
128129
16E8BAD617D4A0C2005594FD /* libWebDriver_core.a */,
129130
16E8BAD717D4A0C2005594FD /* libWebDriver_extension_qt_base.a */,
130131
1627472F17D47528000D26ED /* libqios.a */,
131132
1627471317D4743D000D26ED /* libQt5Core.a */,
132-
1627472517D47466000D26ED /* libwd.a */,
133133
1627471417D4743D000D26ED /* libQt5Gui.a */,
134134
1627471517D4743D000D26ED /* libQt5Multimedia.a */,
135135
1627471617D4743D000D26ED /* libQt5MultimediaWidgets.a */,
@@ -309,10 +309,9 @@
309309
LIBRARY_SEARCH_PATHS = (
310310
"$(inherited)",
311311
"\"/Developer/Qt4iOS/qt-everywhere-ios-5.1.0/lib\"",
312-
"\"$(SRCROOT)/../wd/release\"",
313-
"\"$(SRCROOT)/../../../out/DerivedData/wd/Build/Products/Default-iphonesimulator\"",
314312
"\"/Developer/Qt4iOS/qt-everywhere-ios-5.1.0/plugins/platforms\"",
315313
"\"$(SRCROOT)/../../../out/DerivedData/wd_test/Build/Products/Default-iphonesimulator\"",
314+
"\"$(SRCROOT)/../build-wd-Qt4iOS2-Release\"",
316315
);
317316
ONLY_ACTIVE_ARCH = NO;
318317
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -332,10 +331,9 @@
332331
LIBRARY_SEARCH_PATHS = (
333332
"$(inherited)",
334333
"\"/Developer/Qt4iOS/qt-everywhere-ios-5.1.0/lib\"",
335-
"\"$(SRCROOT)/../wd/release\"",
336-
"\"$(SRCROOT)/../../../out/DerivedData/wd/Build/Products/Default-iphonesimulator\"",
337334
"\"/Developer/Qt4iOS/qt-everywhere-ios-5.1.0/plugins/platforms\"",
338335
"\"$(SRCROOT)/../../../out/DerivedData/wd_test/Build/Products/Default-iphonesimulator\"",
336+
"\"$(SRCROOT)/../build-wd-Qt4iOS2-Release\"",
339337
);
340338
ONLY_ACTIVE_ARCH = NO;
341339
PRODUCT_NAME = "$(TARGET_NAME)";
18.2 KB
Loading
6.39 KB
Loading
15.7 KB
Loading

0 commit comments

Comments
 (0)