1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-06-25 02:19:37 +02:00

Fix: compile with msys2

This commit is contained in:
Sirius Bakke
2015-06-22 19:46:23 +02:00
parent ecc886a67e
commit 586d2dc0e4
2 changed files with 4 additions and 2 deletions

View File

@@ -105,6 +105,7 @@ win32 {
DEFINES += LIBXML_STATIC LIBXSLT_STATIC
DEFINES += LIBEXSLT_STATIC XMLSEC_STATIC
DEFINES += WIN32_LEAN_AND_MEAN
INCLUDEPATH += "../.."
@@ -112,7 +113,8 @@ win32 {
LIBS += -L/local/lib -L/local/bin
# LIBS += -l xslt -l xml2 -l iconv -l pthread -l ws2_32
LIBS += -l xslt -l xml2 -l iconv -l pthread -l netsnmp -l ws2_32
#LIBS += -l xslt -l xml2 -l iconv -l pthread -l netsnmp -l ws2_32
LIBS += -lxslt -lxml2 -liconv -lpthread -lz -lws2_32
# workaround for QT += dbus not working atm
# Standard QT binary Windows distribution does not include QtDBus library

View File

@@ -31,7 +31,7 @@ HEADERS = ../../config.h \
macx:LIBS += $$LIBS_FWCOMPILER
INCLUDEPATH += ../compiler_lib ../libfwbuilder/src
INCLUDEPATH += ../compiler_lib ../libfwbuilder/src ..
DEPENDPATH += ../compiler_lib ../libfwbuilder/src
win32:PRE_TARGETDEPS = ../compiler_lib/release/libcompilerdriver.a