Remove references to cutecash

This commit is contained in:
Richard Cohen 2023-03-24 14:08:52 +00:00
parent 9b95419608
commit 7f1ce2b5e5
3 changed files with 1 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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)