mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 21:52:28 -05:00
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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue