mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 798813 - Under File->Import, Missing OFX/QFX menu item
Fixed by copying section from AQB CMakeLists.txt file to the OFX one.
This commit is contained in:
parent
30cbf3074e
commit
a958455a6b
@ -27,8 +27,18 @@ if (WITH_OFX)
|
||||
${ofx_noinst_HEADERS}
|
||||
)
|
||||
|
||||
set(OFX_EXPORT_SYMBOLS "")
|
||||
if (WIN32)
|
||||
set(OFX_EXPORT_SYMBOLS "-Wl,--export-all-symbols")
|
||||
endif()
|
||||
set(OFX_LIBSTDCXX "")
|
||||
if (WIN32)
|
||||
set(OFX_LIBSTDCXX "-lstdc++")
|
||||
endif()
|
||||
|
||||
target_link_libraries(gncmod-ofx gnc-generic-import gnc-engine gnc-app-utils gnc-core-utils
|
||||
gnc-gnome-utils gnc-gnome gnc-module ${LIBOFX_LDFLAGS})
|
||||
gnc-gnome-utils gnc-gnome gnc-module
|
||||
${OFX_EXPORT_SYMBOLS} ${LIBOFX_LDFLAGS} ${OFX_LIBSTDCXX})
|
||||
|
||||
target_compile_definitions(gncmod-ofx PRIVATE -DG_LOG_DOMAIN=\"gnc.import.ofx\")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user