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.pro18
1 files changed, 10 insertions, 8 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index a58b878692..bf2be3abd8 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -1,11 +1,10 @@
1#Setting the binary name 1# Setting the binary name
2TARGET = rbthemeeditor 2TARGET = rbthemeeditor
3VERSION = 0.5 3VERSION = 0.5
4 4CONFIG(debug) {
5CONFIG(debug){
6 REVISION = $$system(svnversion) 5 REVISION = $$system(svnversion)
7 VERSION=$$join(VERSION,,,r) 6 VERSION = $$join(VERSION,,,r)
8 VERSION=$$join(VERSION,,,$$REVISION) 7 VERSION = $$join(VERSION,,,$$REVISION)
9} 8}
10 9
11# Adding network support 10# Adding network support
@@ -106,7 +105,8 @@ HEADERS += models/parsetreemodel.h \
106 qtfindreplacedialog/findform.h \ 105 qtfindreplacedialog/findform.h \
107 qtfindreplacedialog/finddialog.h \ 106 qtfindreplacedialog/finddialog.h \
108 gui/projectexporter.h \ 107 gui/projectexporter.h \
109 gui/targetdownloader.h 108 gui/targetdownloader.h \
109 gui/syntaxcompleter.h
110SOURCES += main.cpp \ 110SOURCES += main.cpp \
111 models/parsetreemodel.cpp \ 111 models/parsetreemodel.cpp \
112 models/parsetreenode.cpp \ 112 models/parsetreenode.cpp \
@@ -146,7 +146,8 @@ SOURCES += main.cpp \
146 qtfindreplacedialog/findform.cpp \ 146 qtfindreplacedialog/findform.cpp \
147 qtfindreplacedialog/finddialog.cpp \ 147 qtfindreplacedialog/finddialog.cpp \
148 gui/projectexporter.cpp \ 148 gui/projectexporter.cpp \
149 gui/targetdownloader.cpp 149 gui/targetdownloader.cpp \
150 gui/syntaxcompleter.cpp
150OTHER_FILES += README \ 151OTHER_FILES += README \
151 resources/windowicon.png \ 152 resources/windowicon.png \
152 resources/appicon.xcf \ 153 resources/appicon.xcf \
@@ -171,7 +172,8 @@ OTHER_FILES += README \
171 resources/targetdb \ 172 resources/targetdb \
172 quazip/README.ROCKBOX \ 173 quazip/README.ROCKBOX \
173 quazip/LICENSE.GPL \ 174 quazip/LICENSE.GPL \
174 qtfindreplacedialog/dialogs.pro 175 qtfindreplacedialog/dialogs.pro \
176 resources/tagdb
175FORMS += gui/editorwindow.ui \ 177FORMS += gui/editorwindow.ui \
176 gui/preferencesdialog.ui \ 178 gui/preferencesdialog.ui \
177 gui/configdocument.ui \ 179 gui/configdocument.ui \