mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove references to cutecash
This commit is contained in:
parent
9b95419608
commit
7f1ce2b5e5
@ -334,8 +334,3 @@
|
|||||||
#cmakedefine WEBKIT2 1
|
#cmakedefine WEBKIT2 1
|
||||||
#cmakedefine WEBKIT1 1
|
#cmakedefine WEBKIT1 1
|
||||||
|
|
||||||
/* Definitions for all OS */
|
|
||||||
/* From cutecash */
|
|
||||||
//#define HAVE_LIBQOF /**/
|
|
||||||
//#define QOF_DISABLE_DEPRECATED 1
|
|
||||||
//#define GNC_NO_LOADABLE_MODULES 1
|
|
||||||
|
@ -20,7 +20,7 @@ set(test_aqb_INCLUDE_DIRS
|
|||||||
set(test_aqb_LIBS
|
set(test_aqb_LIBS
|
||||||
gncmod-aqbanking gnc-generic-import gnc-gnome gnc-gnome-utils
|
gncmod-aqbanking gnc-generic-import gnc-gnome gnc-gnome-utils
|
||||||
gnc-ledger-core gnc-app-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
|
set_dist_list(test_aqb_DIST ${test_aqb_SOURCES} file-book.gnucash
|
||||||
|
@ -125,9 +125,3 @@ install(TARGETS gncmod-backend-xml
|
|||||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
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)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user