1
0
Fork 0
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:
Dominik Riebeling 2007-09-02 18:59:38 +00:00
parent 9dbcc38392
commit c5550c9674

View file

@ -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 \