From dc869e70acaadb7ef2d96101fe8e938d53f18e65 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Fri, 2 May 2014 00:32:41 +0200 Subject: qeditor: add support for deletion of items Change-Id: I886e15585bd3bfed3303e4b845cd8960a9461277 --- utils/regtools/qeditor/qeditor.pro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils/regtools/qeditor/qeditor.pro') 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") -- cgit v1.1