comparison Makefile.cross-mingw-win32 @ 142:36c9cb759326

Implement simple SQLite database backup at program exit using Qt HTTP/HTTPS and a PHP script on the remote server. Needs more work, testing and better error handling.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 Aug 2017 15:44:33 +0300
parents a5c8741b8662
children 2a8c97753381
comparison
equal deleted inserted replaced
141:d0943d41f391 142:36c9cb759326
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 PrintSupport 6 QT5_MODULES = Core Gui Widgets Sql PrintSupport Network
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/