More resources enabled for non-Qt builds

This commit is contained in:
Matthias Koefferlein
2023-11-19 00:24:16 +01:00
parent 48c56619ec
commit b57bfa0f34
2 changed files with 4 additions and 8 deletions
+2 -4
View File
@@ -31,10 +31,8 @@ SOURCES = \
libBasicStrokedPolygon.cc \ libBasicStrokedPolygon.cc \
libBasicText.cc libBasicText.cc
!equals(HAVE_QT, "0") { RESOURCES = \
RESOURCES = \ libResources.qrc
libResources.qrc
}
INCLUDEPATH += $$TL_INC $$GSI_INC $$DB_INC INCLUDEPATH += $$TL_INC $$GSI_INC $$DB_INC
DEPENDPATH += $$TL_INC $$GSI_INC $$DB_INC DEPENDPATH += $$TL_INC $$GSI_INC $$DB_INC
+2 -4
View File
@@ -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 LIBS += -L$$DESTDIR_UT -lklayout_rba -lklayout_tl -lklayout_db -lklayout_gsi
!equals(HAVE_QT, "0") { RESOURCES = \
RESOURCES = \ rba_unit_tests.qrc
rba_unit_tests.qrc
}