- Improved start/Pause & start_all/pause_all functions

This commit is contained in:
Christophe Dumez
2007-07-29 14:14:57 +00:00
parent 0a144708d8
commit c6285d8f67
5 changed files with 57 additions and 72 deletions

View File

@@ -18,10 +18,12 @@ DEFINES += VERSION_BUGFIX=0
contains(DEBUG_MODE, 1){
CONFIG += debug
CONFIG -= release
message(Debug build!)
}
contains(DEBUG_MODE, 0){
CONFIG -= debug
CONFIG += release
message(Release build!)
}