Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
nebomuk committed Mar 24, 2015
1 parent 014bd52 commit 79d900d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nobleNote.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 79d900d

Please sign in to comment.