OFXImportEngine compilation fails (win32)

This commit is contained in:
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"
CXXFLAGS+=`pkg-config --cflags $(QT_PACKAGES)`
CXXFLAGS+=-Wall -Isrc -ggdb -fPIC
CXXFLAGS+=-Wall -Isrc -Isrc/win32 -ggdb -fPIC
CXXFLAGS+=-DRESSOURCES_ROOT="\"$(SHARE_DIR)\""
# For developpers
#CXXFLAGS+=-DRESSOURCES_ROOT="\"./ressources/\""