diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2014-05-02 00:32:41 +0200 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2014-05-11 19:54:48 +0200 |
| commit | dc869e70acaadb7ef2d96101fe8e938d53f18e65 (patch) | |
| tree | f3a3b73c239d3e3baee26e48a0183fd767f23cbd /utils/regtools/qeditor/qeditor.pro | |
| parent | 8d0d3cb6f5528811fabde7e08c876723febe0a0d (diff) | |
| download | rockbox-dc869e70acaadb7ef2d96101fe8e938d53f18e65.zip rockbox-dc869e70acaadb7ef2d96101fe8e938d53f18e65.tar.gz rockbox-dc869e70acaadb7ef2d96101fe8e938d53f18e65.tar.bz2 rockbox-dc869e70acaadb7ef2d96101fe8e938d53f18e65.tar.xz | |
qeditor: add support for deletion of items
Change-Id: I886e15585bd3bfed3303e4b845cd8960a9461277
Diffstat (limited to 'utils/regtools/qeditor/qeditor.pro')
| -rw-r--r-- | utils/regtools/qeditor/qeditor.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/regtools/qeditor/qeditor.pro b/utils/regtools/qeditor/qeditor.pro index 38d7c98..279b353 100644 --- a/utils/regtools/qeditor/qeditor.pro +++ b/utils/regtools/qeditor/qeditor.pro @@ -7,6 +7,10 @@ SOURCES += main.cpp mainwindow.cpp regtab.cpp backend.cpp analyser.cpp \ LIBS += -L../lib/ -lsocdesc -lxml2 INCLUDEPATH += ../lib/ ../../hwstub/lib +VERSION = 2.0.1 + +DEFINES += APP_VERSION=\\\"$$VERSION\\\" + unix { !nohwstub { message("Use 'qmake -config nohwstub' if you want to disable hwstub support") |