From 5130950f14808e41db0a7f58f80a2e6c8bd53297 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Mon, 21 Aug 2017 23:39:38 +0200 Subject: [PATCH] Fixed .pro files for bd unit tests. --- src/buddies/unit_tests/unit_tests.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/buddies/unit_tests/unit_tests.pro b/src/buddies/unit_tests/unit_tests.pro index 651710769..85ba702c3 100644 --- a/src/buddies/unit_tests/unit_tests.pro +++ b/src/buddies/unit_tests/unit_tests.pro @@ -19,5 +19,4 @@ SOURCES = \ INCLUDEPATH += ../src/bd ../../db ../../tl ../../gsi ../../laybasic ../../lay ../../ut DEPENDPATH += ../src/bd ../../db ../../tl ../../gsi ../../laybasic ../../lay ../../ut -LIBS += -L$$DESTDIR_UT -lklayout_db -lklayout_tl -lklayout_gsi -lklayout_laybasic -lklayout_lay -lklayout_ut -LIBS += -L$$DESTDIR -lklayout_bd +LIBS += -L$$DESTDIR_UT -lklayout_bd -lklayout_db -lklayout_tl -lklayout_gsi -lklayout_laybasic -lklayout_lay -lklayout_ut