From cfed637215254ca8062848aa80cc96f9546a7bc9 Mon Sep 17 00:00:00 2001 From: thunder2 Date: Sat, 10 Dec 2011 11:27:52 +0000 Subject: [PATCH] Removed "release" from the win32 build in retroshare-nogui.pro. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4720 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-nogui/src/retroshare-nogui.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-nogui/src/retroshare-nogui.pro b/retroshare-nogui/src/retroshare-nogui.pro index 26cebd197..238c941eb 100644 --- a/retroshare-nogui/src/retroshare-nogui.pro +++ b/retroshare-nogui/src/retroshare-nogui.pro @@ -47,7 +47,7 @@ win32-x-g++ { #################################### Windows ##################################### win32 { - CONFIG += console release + CONFIG += console OBJECTS_DIR = temp/obj RCC_DIR = temp/qrc UI_DIR = temp/ui