mirror of https://github.com/KLayout/klayout.git
Enabling DRC engine also without Qt
This commit is contained in:
parent
bcec400e09
commit
10b1f984a3
|
|
@ -13,10 +13,8 @@ HEADERS = \
|
|||
drcCommon.h \
|
||||
drcForceLink.h \
|
||||
|
||||
!equals(HAVE_QT, "0") {
|
||||
RESOURCES = \
|
||||
drcResources.qrc
|
||||
}
|
||||
RESOURCES = \
|
||||
drcResources.qrc
|
||||
|
||||
INCLUDEPATH += $$TL_INC $$DB_INC $$GSI_INC $$LYM_INC $$RDB_INC
|
||||
DEPENDPATH += $$TL_INC $$DB_INC $$GSI_INC $$LYM_INC $$RDB_INC
|
||||
|
|
|
|||
Loading…
Reference in New Issue