From 41a955e8bb2e01bad25ffb1f057b0f5eee36d847 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 4 Aug 2016 07:22:26 +0200 Subject: [PATCH] Fixed #47, simplified build commands. --- resources/text/UPDATES | 4 ++-- rssguard.pro | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/resources/text/UPDATES b/resources/text/UPDATES index 9dcef3ac6..b8eabf124 100644 --- a/resources/text/UPDATES +++ b/resources/text/UPDATES @@ -1,6 +1,6 @@ - - https://github.com/martinrotter/rssguard/releases/download/3.3.1/rssguard-3.3.1-win32.exe + + https://github.com/martinrotter/rssguard/releases/download/3.3.1/rssguard-3.3.2-win32.exe diff --git a/rssguard.pro b/rssguard.pro index 6b5b7bb6f..f224a01bb 100755 --- a/rssguard.pro +++ b/rssguard.pro @@ -23,7 +23,7 @@ # Usage: # a) DEBUG build for testing. (out of source build type) # cd ../build-dir -# qmake ../rssguard-dir/rssguard.pro -r CONFIG+=debug PREFIX=/usr +# qmake ../rssguard-dir/rssguard.pro -r CONFIG+=debug PREFIX=./usr # make # make install # @@ -35,14 +35,10 @@ # # Variables: # PREFIX - specifies base folder to which files are copied during "make install" step. -# -# INSTALL_ROOT - specifies additional output folder for "make install" step. When this variable is defined, -# then it is prepended to PREFIX variable. This is useful for example on Linux, where -# # LRELEASE_EXECUTABLE - specifies the name/path of "lrelease" executable, defaults to "lrelease". # # Other information: -# - supports Windows, Linux, +# - supports Windows, Linux, Mac OS X, # - Qt 5.7 and higher is required, # - C++ 11 is required. #