mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-11 06:02:37 -05:00
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
|
INCLUDEPATH = . irivertools zip zlib ../ipodpatcher ../sansapatcher
|
||||||
|
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
CONFIG += release \
|
CONFIG += thread \
|
||||||
warn_on \
|
|
||||||
thread \
|
|
||||||
qt
|
qt
|
||||||
|
!debug {
|
||||||
|
CONFIG += release
|
||||||
|
DEFINES += QT_NO_DEBUG_OUTPUT
|
||||||
|
}
|
||||||
|
debug {
|
||||||
|
CONFIG += debug \
|
||||||
|
warn_on
|
||||||
|
}
|
||||||
|
|
||||||
TARGET = rbutilqt
|
TARGET = rbutilqt
|
||||||
|
|
||||||
FORMS += rbutilqtfrm.ui \
|
FORMS += rbutilqtfrm.ui \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue