From 79d900d8b0bd9971688ed525b2e0378518694b5b Mon Sep 17 00:00:00 2001 From: taiko000 Date: Tue, 24 Mar 2015 21:53:28 +0100 Subject: [PATCH] minor edit --- nobleNote.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nobleNote.pro b/nobleNote.pro index bdc1ad0..b315132 100644 --- a/nobleNote.pro +++ b/nobleNote.pro @@ -10,12 +10,12 @@ RCC_DIR = build greaterThan(QT_MAJOR_VERSION, 4): QT += widgets concurrent win32 { -QMAKE_LFLAGS += -static-libgcc +#QMAKE_LFLAGS += -static-libgcc # use these for windows builds release builds only because debugging #symbols wont be linked if only release is specified -CONFIG -= debug_and_release -CONFIG += release +#CONFIG -= debug_and_release +#CONFIG += release RC_FILE += icon.rc }