Skip to content

Commit

Permalink
Improvement to last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Dumez committed Apr 16, 2011
1 parent 0241fa7 commit 40bd040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ public:
}
// Debug mode
if(!conf->getenv("QC_ENABLE_DEBUG").isEmpty()) {
conf->addExtra("CONFIG -= release");
conf->addExtra("CONFIG += debug");
} else {
conf->addExtra("CONFIG -= debug");
Expand Down
1 change: 1 addition & 0 deletions qcm/qt4.qcm
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public:
}
// Debug mode
if(!conf->getenv("QC_ENABLE_DEBUG").isEmpty()) {
conf->addExtra("CONFIG -= release");
conf->addExtra("CONFIG += debug");
} else {
conf->addExtra("CONFIG -= debug");
Expand Down

0 comments on commit 40bd040

Please sign in to comment.