Enabling DRC engine also without Qt

This commit is contained in:
Matthias Koefferlein 2023-11-11 18:41:56 +01:00
parent bcec400e09
commit 10b1f984a3
1 changed files with 2 additions and 4 deletions

View File

@ -13,10 +13,8 @@ HEADERS = \
drcCommon.h \
drcForceLink.h \
!equals(HAVE_QT, "0") {
RESOURCES = \
drcResources.qrc
}
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