diff --git a/common/config.h.cmake.in b/common/config.h.cmake.in index f00b3309d1..5f70f809c6 100644 --- a/common/config.h.cmake.in +++ b/common/config.h.cmake.in @@ -334,8 +334,3 @@ #cmakedefine WEBKIT2 1 #cmakedefine WEBKIT1 1 -/* Definitions for all OS */ -/* From cutecash */ -//#define HAVE_LIBQOF /**/ -//#define QOF_DISABLE_DEPRECATED 1 -//#define GNC_NO_LOADABLE_MODULES 1 diff --git a/gnucash/import-export/aqb/test/CMakeLists.txt b/gnucash/import-export/aqb/test/CMakeLists.txt index 2d12ddb29d..a5e7b81b6e 100644 --- a/gnucash/import-export/aqb/test/CMakeLists.txt +++ b/gnucash/import-export/aqb/test/CMakeLists.txt @@ -20,7 +20,7 @@ set(test_aqb_INCLUDE_DIRS set(test_aqb_LIBS gncmod-aqbanking gnc-generic-import gnc-gnome gnc-gnome-utils gnc-ledger-core gnc-app-utils - gncmod-backend-xml-utils gnc-engine gnc-core-utils gnc-module + gnc-backend-xml-utils gnc-engine gnc-core-utils gnc-module ) set_dist_list(test_aqb_DIST ${test_aqb_SOURCES} file-book.gnucash diff --git a/libgnucash/backend/xml/CMakeLists.txt b/libgnucash/backend/xml/CMakeLists.txt index 7da658f1b2..dbd6a25fa8 100644 --- a/libgnucash/backend/xml/CMakeLists.txt +++ b/libgnucash/backend/xml/CMakeLists.txt @@ -125,9 +125,3 @@ install(TARGETS gncmod-backend-xml RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) # ---- - -# Special normal (non-MODULE) library for cutecash only -add_library(gncmod-backend-xml-utils ${libgncmod_backend_xml_SOURCES}) -target_link_libraries(gncmod-backend-xml-utils gnc-backend-xml-utils gnc-engine - gnc-core-utils ${LIBXML2_LDFLAGS} PkgConfig::GLIB2 ${ZLIB_LIBRARY}) -target_compile_definitions (gncmod-backend-xml-utils PRIVATE -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DU_SHOW_CPLUSPLUS_API=0)