Fixed RBA unit tests (load font from resource)

This commit is contained in:
Matthias Koefferlein 2019-03-22 21:42:40 +01:00
parent 85808527c6
commit 8f34a93891
3 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@ -14,3 +14,4 @@ DEPENDPATH += $$RBA_INC $$TL_INC $$DB_INC $$GSI_INC
LIBS += -L$$DESTDIR_UT -lklayout_rba -lklayout_tl -lklayout_db -lklayout_gsi
RESOURCES = unit_tests.qrc \

View File

@ -0,0 +1,5 @@
<RCC>
<qresource prefix="/fonts">
<file>std_font.gds</file>
</qresource>
</RCC>