mirror of https://github.com/KLayout/klayout.git
Skip resources in non-Qt case
This commit is contained in:
parent
d5723391fd
commit
b22c7091ae
|
|
@ -13,8 +13,10 @@ HEADERS = \
|
|||
drcCommon.h \
|
||||
drcForceLink.h \
|
||||
|
||||
RESOURCES = \
|
||||
drcResources.qrc
|
||||
!equals(HAVE_QT, "0") {
|
||||
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
|
||||
|
|
|
|||
|
|
@ -13,8 +13,10 @@ HEADERS = \
|
|||
lvsCommon.h \
|
||||
lvsForceLink.h \
|
||||
|
||||
RESOURCES = \
|
||||
lvsResources.qrc
|
||||
!equals(HAVE_QT, "0") {
|
||||
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
|
||||
|
|
|
|||
|
|
@ -14,4 +14,7 @@ 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 \
|
||||
!equals(HAVE_QT, "0") {
|
||||
RESOURCES = \
|
||||
unit_tests.qrc
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue