mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Cutecash: Add cmake files for import module and for aqbanking module.
However, this couldn't really re-use all non-GUI code because most code still contains minor gtk bits here and there. But in the long run much more code might be available. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20610 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -26,6 +26,7 @@ INCLUDE (CheckIncludeFiles)
|
||||
# ############################################################
|
||||
|
||||
OPTION (WITH_SQL "Build this project with SQL (libdbi) support" OFF)
|
||||
OPTION (WITH_AQBANKING "Build this project with aqbanking (online banking) support" OFF)
|
||||
|
||||
# ############################################################
|
||||
|
||||
@@ -109,6 +110,12 @@ ENDIF (WITH_SQL)
|
||||
SET (QT_MIN_VERSION "4.5.0")
|
||||
FIND_PACKAGE (Qt4 REQUIRED) # find and setup Qt4 for this project
|
||||
|
||||
# ############################################################
|
||||
IF (WITH_AQBANKING)
|
||||
PKG_CHECK_MODULES (GWENHYWFAR REQUIRED gwenhywfar)
|
||||
PKG_CHECK_MODULES (AQBANKING REQUIRED aqbanking)
|
||||
ENDIF (WITH_AQBANKING)
|
||||
|
||||
# ############################################################
|
||||
|
||||
# Compiler flags
|
||||
|
||||
Reference in New Issue
Block a user