From 6b9610fb908b27d1e0383c8d9bde3a88f35ed30c Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 6 Feb 2016 15:08:43 +0000 Subject: regtoosl/qeditor: port to the new description format This big commit port qeditor from v1 to v2 register file format. Although the display code was much simplified, the edit code had to be rewritten. The new code also brings many improvement to the register display widget. The new code also compiles with both Qt4 and Qt5, although it is recommended to use Qt5 to get some improvements, especially in the layout of editor. Change-Id: I24633ac37a144f25d9e705b565654269ec9cfbd3 --- utils/regtools/qeditor/qeditor.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/regtools/qeditor/qeditor.pro') diff --git a/utils/regtools/qeditor/qeditor.pro b/utils/regtools/qeditor/qeditor.pro index 265cc93171..0ec7c3dde1 100644 --- a/utils/regtools/qeditor/qeditor.pro +++ b/utils/regtools/qeditor/qeditor.pro @@ -12,7 +12,7 @@ libsocdesc.commands = cd ../lib && make QMAKE_EXTRA_TARGETS += libsocdesc PRE_TARGETDEPS += libsocdesc -VERSION = 2.1.0 +VERSION = 3.0.0 DEFINES += APP_VERSION=\\\"$$VERSION\\\" -- cgit v1.2.3