OFXImportEngine compilation fails (win32)
This commit is contained in:
parent
bb1df8296b
commit
26829fcb6a
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/\""
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
along with KissCount. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "../Database.hpp"
|
||||
#include <compat.hpp>
|
||||
|
||||
#include "OFXImportEngine.hpp"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user