comparison Makefile @ 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
2 ### Configuration settings for Linux and generic UNIX 2 ### Configuration settings for Linux and generic UNIX
3 ### See other Makefile.* files for more options. 3 ### See other Makefile.* files for more options.
4 ### 4 ###
5 5
6 # Miscellaneous 6 # Miscellaneous
7 QT5_MODULES = Core Gui Widgets Sql PrintSupport 7 QT5_MODULES = Core Gui Widgets Sql PrintSupport Network
8 QT5_PREFIX = 8 QT5_PREFIX =
9 BINTOOL_PREFIX = 9 BINTOOL_PREFIX =
10 10
11 PREFIX = /usr/local 11 PREFIX = /usr/local
12 BINPATH = ./ 12 BINPATH = ./