OFXImportEngine compilation fails (win32)

This commit is contained in:
Grégory Soutadé 2012-02-29 21:00:55 +01:00
parent bb1df8296b
commit 26829fcb6a
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ BIN_DIR=$(DESTDIR)$(ROOT_DIR)"/bin/"
QT_PACKAGES="QtCore QtGui QtSql QtXml" QT_PACKAGES="QtCore QtGui QtSql QtXml"
CXXFLAGS+=`pkg-config --cflags $(QT_PACKAGES)` CXXFLAGS+=`pkg-config --cflags $(QT_PACKAGES)`
CXXFLAGS+=-Wall -Isrc -ggdb -fPIC CXXFLAGS+=-Wall -Isrc -Isrc/win32 -ggdb -fPIC
CXXFLAGS+=-DRESSOURCES_ROOT="\"$(SHARE_DIR)\"" CXXFLAGS+=-DRESSOURCES_ROOT="\"$(SHARE_DIR)\""
# For developpers # For developpers
#CXXFLAGS+=-DRESSOURCES_ROOT="\"./ressources/\"" #CXXFLAGS+=-DRESSOURCES_ROOT="\"./ressources/\""

View File

@ -17,6 +17,7 @@
along with KissCount. If not, see <http://www.gnu.org/licenses/>. along with KissCount. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../Database.hpp" #include "../Database.hpp"
#include <compat.hpp>
#include "OFXImportEngine.hpp" #include "OFXImportEngine.hpp"