mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Some whitespace fixes
Kept separate to not clutter the actual changes
This commit is contained in:
parent
57294d7e16
commit
510b57843b
@ -6,7 +6,7 @@
|
||||
<file>gnucash-fallback.css</file>
|
||||
<file>ui/gnc-embedded-register-window.ui</file>
|
||||
<file>ui/gnc-main-window.ui</file>
|
||||
<file>ui/gnc-plugin-account-tree.ui</file>
|
||||
<file>ui/gnc-plugin-account-tree.ui</file>
|
||||
<file>ui/gnc-plugin-basic-commands.ui</file>
|
||||
<file>ui/gnc-plugin-bi-import.ui</file>
|
||||
<file>ui/gnc-plugin-budget.ui</file>
|
||||
|
@ -89,16 +89,16 @@ if(WITH_AQBANKING)
|
||||
${GWENHYWFAR_INCLUDE_DIRS}
|
||||
${GWEN_GTK3_INCLUDE_DIRS})
|
||||
|
||||
if (APPLE)
|
||||
set_target_properties (gncmod-aqbanking PROPERTIES INSTALL_NAME_DIR "${CMAKE_INSTALL_FULL_LIBDIR}/gnucash")
|
||||
endif()
|
||||
if (APPLE)
|
||||
set_target_properties (gncmod-aqbanking PROPERTIES INSTALL_NAME_DIR "${CMAKE_INSTALL_FULL_LIBDIR}/gnucash")
|
||||
endif()
|
||||
|
||||
install(TARGETS gncmod-aqbanking
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/gnucash
|
||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}/gnucash
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
|
||||
# No headers to install
|
||||
# No headers to install
|
||||
|
||||
install(FILES ${aqbanking_GLADE} DESTINATION ${CMAKE_INSTALL_DATADIR}/gnucash/gtkbuilder)
|
||||
|
||||
|
@ -46,9 +46,9 @@ if (WITH_OFX)
|
||||
|
||||
target_include_directories(gncmod-ofx PRIVATE ${LIBOFX_INCLUDE_DIRS})
|
||||
|
||||
if (APPLE)
|
||||
set_target_properties (gncmod-ofx PROPERTIES INSTALL_NAME_DIR "${CMAKE_INSTALL_FULL_LIBDIR}/gnucash")
|
||||
endif()
|
||||
if (APPLE)
|
||||
set_target_properties (gncmod-ofx PROPERTIES INSTALL_NAME_DIR "${CMAKE_INSTALL_FULL_LIBDIR}/gnucash")
|
||||
endif()
|
||||
|
||||
install(TARGETS gncmod-ofx
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/gnucash
|
||||
|
Loading…
Reference in New Issue
Block a user