aboutsummaryrefslogtreecommitdiff
path: root/qmmp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qmmp.pro')
-rw-r--r--qmmp.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/qmmp.pro b/qmmp.pro
index f7d35adad..8865921b4 100644
--- a/qmmp.pro
+++ b/qmmp.pro
@@ -29,7 +29,10 @@ else {
message(Found lrelease executable: $$LRELEASE_EXECUTABLE)
}
-
message(generating translations)
unix:system(find . -name *.ts | xargs $$LRELEASE_EXECUTABLE)
win32:system(for /r %B in (*.ts) do $$LRELEASE_EXECUTABLE %B)
+
+message("******* BUILD CONFIGURATION *******")
+for(out, CONFIG):message($$out)
+message("*** END OF BUILD CONFIGURATION ****")