summaryrefslogtreecommitdiff
blob: ec70849915ecca144d0d365934dd1a8adbba37e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
diff --git a/test-svcore-base.pro b/test-svcore-base.pro
index 275cb58..636129c 100644
--- a/test-svcore-base.pro
+++ b/test-svcore-base.pro
@@ -27,8 +27,3 @@ include(svcore/base/test/files.pri)
 
 for (file, TEST_SOURCES) { SOURCES += $$sprintf("svcore/base/test/%1", $$file) }
 for (file, TEST_HEADERS) { HEADERS += $$sprintf("svcore/base/test/%1", $$file) }
-
-!win32* {
-    POST_TARGETDEPS += $$PWD/libbase.a
-    QMAKE_POST_LINK = ./$${TARGET}
-}
diff --git a/test-svcore-data-fileio.pro b/test-svcore-data-fileio.pro
index 7b53ca1..a2aa3ce 100644
--- a/test-svcore-data-fileio.pro
+++ b/test-svcore-data-fileio.pro
@@ -27,8 +27,3 @@ include(svcore/data/fileio/test/files.pri)
 
 for (file, TEST_SOURCES) { SOURCES += $$sprintf("svcore/data/fileio/test/%1", $$file) }
 for (file, TEST_HEADERS) { HEADERS += $$sprintf("svcore/data/fileio/test/%1", $$file) }
-
-!win32* {
-    POST_TARGETDEPS += $$PWD/libbase.a
-    QMAKE_POST_LINK = ./$${TARGET}
-}
diff --git a/test-svcore-data-model.pro b/test-svcore-data-model.pro
index 3b45ac0..d08b14e 100644
--- a/test-svcore-data-model.pro
+++ b/test-svcore-data-model.pro
@@ -27,8 +27,3 @@ include(svcore/data/model/test/files.pri)
 
 for (file, TEST_SOURCES) { SOURCES += $$sprintf("svcore/data/model/test/%1", $$file) }
 for (file, TEST_HEADERS) { HEADERS += $$sprintf("svcore/data/model/test/%1", $$file) }
-
-!win32* {
-    POST_TARGETDEPS += $$PWD/libbase.a
-    QMAKE_POST_LINK = ./$${TARGET}
-}
diff --git a/test-svcore-system.pro b/test-svcore-system.pro
index 6ef7db7..685c1ba 100644
--- a/test-svcore-system.pro
+++ b/test-svcore-system.pro
@@ -27,8 +27,3 @@ include(svcore/system/test/files.pri)
 
 for (file, TEST_SOURCES) { SOURCES += $$sprintf("svcore/system/test/%1", $$file) }
 for (file, TEST_HEADERS) { HEADERS += $$sprintf("svcore/system/test/%1", $$file) }
-
-!win32* {
-    POST_TARGETDEPS += $$PWD/libbase.a
-    QMAKE_POST_LINK = ./$${TARGET}
-}