mirror of https://github.com/KLayout/klayout.git
More resources enabled for non-Qt builds
This commit is contained in:
parent
48c56619ec
commit
b57bfa0f34
|
|
@ -31,10 +31,8 @@ SOURCES = \
|
|||
libBasicStrokedPolygon.cc \
|
||||
libBasicText.cc
|
||||
|
||||
!equals(HAVE_QT, "0") {
|
||||
RESOURCES = \
|
||||
libResources.qrc
|
||||
}
|
||||
RESOURCES = \
|
||||
libResources.qrc
|
||||
|
||||
INCLUDEPATH += $$TL_INC $$GSI_INC $$DB_INC
|
||||
DEPENDPATH += $$TL_INC $$GSI_INC $$DB_INC
|
||||
|
|
|
|||
|
|
@ -14,7 +14,5 @@ DEPENDPATH += $$RBA_INC $$TL_INC $$DB_INC $$GSI_INC
|
|||
|
||||
LIBS += -L$$DESTDIR_UT -lklayout_rba -lklayout_tl -lklayout_db -lklayout_gsi
|
||||
|
||||
!equals(HAVE_QT, "0") {
|
||||
RESOURCES = \
|
||||
rba_unit_tests.qrc
|
||||
}
|
||||
RESOURCES = \
|
||||
rba_unit_tests.qrc
|
||||
|
|
|
|||
Loading…
Reference in New Issue