From 64bc6862278f54cb7ade3d4868764354ae2ac6c5 Mon Sep 17 00:00:00 2001 From: Alexandru Csete Date: Sat, 12 May 2012 00:05:31 +0200 Subject: [PATCH] Continue with 2.1 --- gqrx.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gqrx.pro b/gqrx.pro index c6221373f..0dd0b98fb 100644 --- a/gqrx.pro +++ b/gqrx.pro @@ -9,6 +9,8 @@ QT += core gui TARGET = gqrx TEMPLATE = app +CONFIG += debug + # disable debug messages in release CONFIG(debug, debug|release) { # Use for valgrind @@ -19,7 +21,7 @@ CONFIG(debug, debug|release) { } else { DEFINES += QT_NO_DEBUG DEFINES += QT_NO_DEBUG_OUTPUT - VER = 2.0 + VER = 0.0 # Release binaries with gr bundled # QMAKE_RPATH & co won't work with origin