mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-07 03:21:34 +02:00
Skip resources in non-Qt case
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
+4
-2
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user