Skip to content

Commit

Permalink
Continue with 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
csete committed May 11, 2012
1 parent a6d6e2a commit 64bc686
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gqrx.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 64bc686

Please sign in to comment.