diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-12-30 22:38:53 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-12-30 22:38:53 (GMT) |
commit | f7a527ed1eb63f93bc46585d087706b45159c796 (patch) | |
tree | 2ae69609619f65e398043c5e0674603fe3a84e6e | |
parent | 38b8e6961e6af2ef9fd5002b80ab6a03478d4d61 (diff) |
add glib and libintl to mingw cross build
-rw-r--r-- | mingw-cross-env.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mingw-cross-env.pri b/mingw-cross-env.pri index 07a0fc1..fb4023d 100644 --- a/mingw-cross-env.pri +++ b/mingw-cross-env.pri @@ -12,6 +12,8 @@ CONFIG(mingw-cross-env) { LIBS += mingw-cross-env/lib/libmpfr.a LIBS += mingw-cross-env/lib/libgmp.a LIBS += mingw-cross-env/lib/libCGAL.a + LIBS += mingw-cross-env/lib/libglib.a + LIBS += mingw-cross-env/lib/libintl.a QMAKE_CXXFLAGS += -fpermissive WINSTACKSIZE = 8388608 # 8MB # github issue 116 QMAKE_CXXFLAGS += -Wl,--stack,$$WINSTACKSIZE |