You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.9 KiB

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}
-}