forked from len0rd/rockbox
Normal build defaults to release. Disable debug output for that case. To create a debug build (with debug output enabled) use "qmake -config debug".
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14584 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9dbcc38392
commit
c5550c9674
1 changed files with 10 additions and 3 deletions
|
@ -75,10 +75,17 @@ HEADERS += rbutilqt.h \
|
|||
INCLUDEPATH = . irivertools zip zlib ../ipodpatcher ../sansapatcher
|
||||
|
||||
TEMPLATE = app
|
||||
CONFIG += release \
|
||||
warn_on \
|
||||
thread \
|
||||
CONFIG += thread \
|
||||
qt
|
||||
!debug {
|
||||
CONFIG += release
|
||||
DEFINES += QT_NO_DEBUG_OUTPUT
|
||||
}
|
||||
debug {
|
||||
CONFIG += debug \
|
||||
warn_on
|
||||
}
|
||||
|
||||
TARGET = rbutilqt
|
||||
|
||||
FORMS += rbutilqtfrm.ui \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue