# HG changeset patch # User Matti Hamalainen # Date 1646934939 -7200 # Node ID 835f71eef167f4efd12e234d528ebe2457fd1ef3 # Parent 7276fe5efff6a807b1f40c40b5eb091a1ed971db Reorder some settings. diff -r 7276fe5efff6 -r 835f71eef167 Makefile.cross-mingw --- a/Makefile.cross-mingw Fri Feb 25 15:31:21 2022 +0200 +++ b/Makefile.cross-mingw Thu Mar 10 19:55:39 2022 +0200 @@ -1,8 +1,18 @@ ### ### For win32 version cross-compilation with MinGW suite @ Linux ### +# Miscellaneous +QT5_MODULES = Core Gui Widgets Sql PrintSupport +QT5_PREFIX ?= /misc/packages/qt5-src +QT5_BASE ?= $(QT5_PREFIX)/qtbase + USE_QTHTTP ?= yes +PREFIX = +BINEXT = .exe + + +# Compiler/tools 64/32-bit ifeq ($(MINGW),64) BINTOOL_PREFIX ?= x86_64-w64-mingw32- MINGW_SYS_PATH ?= /usr/x86_64-w64-mingw32 @@ -15,13 +25,6 @@ OBJPATH ?= ./obj/win32/ endif -PREFIX = -BINEXT = .exe - -# Miscellaneous -QT5_MODULES = Core Gui Widgets Sql PrintSupport -QT5_PREFIX ?= /misc/packages/qt5-src -QT5_BASE ?= $(QT5_PREFIX)/qtbase # Compiler flags and linker flags DEFINES = -DUNICODE -DQT_NEEDS_QMAIN