mirror of https://github.com/KLayout/klayout.git
Enabling db resource for the '-without-qt' case, specifically the default font
This commit is contained in:
parent
6d55f6bc7d
commit
139723ed5d
|
|
@ -407,13 +407,9 @@ HEADERS = \
|
|||
dbShapeCollection.h \
|
||||
dbShapeCollectionUtils.h
|
||||
|
||||
!equals(HAVE_QT, "0") {
|
||||
|
||||
RESOURCES = \
|
||||
RESOURCES = \
|
||||
dbResources.qrc \
|
||||
|
||||
}
|
||||
|
||||
INCLUDEPATH += $$TL_INC $$GSI_INC
|
||||
DEPENDPATH += $$TL_INC $$GSI_INC
|
||||
LIBS += -L$$DESTDIR -lklayout_tl -lklayout_gsi
|
||||
|
|
|
|||
Loading…
Reference in New Issue