1
0
Fork 0
forked from len0rd/rockbox

For some strange reason my last project file adjusting didn't seem to work correctly. Restucture a bit and rename debug configuration to "dbg" seems to help.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14586 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2007-09-02 22:11:46 +00:00
parent ad4b886841
commit 09d66ac456

View file

@ -75,15 +75,15 @@ HEADERS += rbutilqt.h \
INCLUDEPATH = . irivertools zip zlib ../ipodpatcher ../sansapatcher
TEMPLATE = app
CONFIG += thread \
qt
!debug {
CONFIG += release
DEFINES += QT_NO_DEBUG_OUTPUT
dbg {
CONFIG += debug thread qt warn_on
DEFINES -= QT_NO_DEBUG_OUTPUT
message("debug")
}
debug {
CONFIG += debug \
warn_on
!dbg {
CONFIG += release thread qt
DEFINES += QT_NO_DEBUG_OUTPUT
message("release")
}
TARGET = rbutilqt