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 INCLUDEPATH = . irivertools zip zlib ../ipodpatcher ../sansapatcher
TEMPLATE = app TEMPLATE = app
CONFIG += thread \ dbg {
qt CONFIG += debug thread qt warn_on
!debug { DEFINES -= QT_NO_DEBUG_OUTPUT
CONFIG += release message("debug")
DEFINES += QT_NO_DEBUG_OUTPUT
} }
debug { !dbg {
CONFIG += debug \ CONFIG += release thread qt
warn_on DEFINES += QT_NO_DEBUG_OUTPUT
message("release")
} }
TARGET = rbutilqt TARGET = rbutilqt