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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user