mirror of https://github.com/KLayout/klayout.git
Also enabling LVS for non-qt builds
This commit is contained in:
parent
10b1f984a3
commit
647a52dc70
|
|
@ -13,10 +13,8 @@ HEADERS = \
|
|||
lvsCommon.h \
|
||||
lvsForceLink.h \
|
||||
|
||||
!equals(HAVE_QT, "0") {
|
||||
RESOURCES = \
|
||||
lvsResources.qrc
|
||||
}
|
||||
RESOURCES = \
|
||||
lvsResources.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