summaryrefslogtreecommitdiff
path: root/utils/themeeditor/themeeditor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
-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 @@
2TARGET = rbthemeeditor 2TARGET = rbthemeeditor
3VERSION = 0.5 3VERSION = 0.5
4 4
5CONFIG(debug){
6 REVISION = $$system(svnversion)
7 VERSION=$$join(VERSION,,,r)
8 VERSION=$$join(VERSION,,,$$REVISION)
9}
10
5# Adding network support 11# Adding network support
6QT += network 12QT += network
7 13