comparison Makefile.cross-mingw-win32 @ 114:a5c8741b8662

Initial prototype support for printing list of users + print preview dialog. Has some issues currently.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Jul 2017 12:48:55 +0300
parents 43e14ba416e1
children 36c9cb759326
comparison
equal deleted inserted replaced
113:907f2ddf6801 114:a5c8741b8662
1 ### 1 ###
2 ### For win32 version cross-compilation with MinGW suite @ Linux 2 ### For win32 version cross-compilation with MinGW suite @ Linux
3 ### 3 ###
4 4
5 # Miscellaneous 5 # Miscellaneous
6 QT5_MODULES = Core Gui Widgets Sql 6 QT5_MODULES = Core Gui Widgets Sql PrintSupport
7 QT5_PREFIX ?= /misc/packages/qt5-src 7 QT5_PREFIX ?= /misc/packages/qt5-src
8 QT5_BASE ?= $(QT5_PREFIX)/qtbase 8 QT5_BASE ?= $(QT5_PREFIX)/qtbase
9 BINTOOL_PREFIX ?= i686-w64-mingw32- 9 BINTOOL_PREFIX ?= i686-w64-mingw32-
10 PREFIX = 10 PREFIX =
11 BINPATH = win32/ 11 BINPATH = win32/