mirror of https://github.com/KLayout/klayout.git
Fixed RBA unit tests (load font from resource)
This commit is contained in:
parent
85808527c6
commit
8f34a93891
Binary file not shown.
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
<RCC>
|
||||
<qresource prefix="/fonts">
|
||||
<file>std_font.gds</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
Loading…
Reference in New Issue