summaryrefslogtreecommitdiffstats
path: root/utils/themeeditor
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor')
-rw-r--r--utils/themeeditor/themeeditor.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index a073465091..a58b878692 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -2,6 +2,12 @@
TARGET = rbthemeeditor
VERSION = 0.5
+CONFIG(debug){
+ REVISION = $$system(svnversion)
+ VERSION=$$join(VERSION,,,r)
+ VERSION=$$join(VERSION,,,$$REVISION)
+}
+
# Adding network support
QT += network