OFXImportEngine compilation fails (win32)
This commit is contained in:
2
Makefile
2
Makefile
@@ -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/\""
|
||||
|
Reference in New Issue
Block a user