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:
Christian Stimming
2011-05-03 20:08:34 +00:00
parent 7782063858
commit 845fe0d435
5 changed files with 99 additions and 0 deletions
+7
View File
@@ -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