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:
parent
ad4b886841
commit
09d66ac456
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue