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,12 +407,8 @@ HEADERS = \
|
|||
dbShapeCollection.h \
|
||||
dbShapeCollectionUtils.h
|
||||
|
||||
!equals(HAVE_QT, "0") {
|
||||
|
||||
RESOURCES = \
|
||||
dbResources.qrc \
|
||||
|
||||
}
|
||||
RESOURCES = \
|
||||
dbResources.qrc \
|
||||
|
||||
INCLUDEPATH += $$TL_INC $$GSI_INC
|
||||
DEPENDPATH += $$TL_INC $$GSI_INC
|
||||
|
|
|
|||
Loading…
Reference in New Issue