summaryrefslogtreecommitdiff
path: root/utils/regtools/qeditor/qeditor.pro
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2016-02-07 21:48:40 +0000
committerAmaury Pouly <amaury.pouly@gmail.com>2016-04-08 18:46:46 +0100
commit5ac0166388ac9a493491a30fbc3570f23950dc51 (patch)
tree8fe2019a8d3376042d1f92b7a2127bd73d3c97e3 /utils/regtools/qeditor/qeditor.pro
parentcc4c9b70bcac048fc388d0f553b7621f52449526 (diff)
downloadrockbox-5ac0166388ac9a493491a30fbc3570f23950dc51.tar.gz
rockbox-5ac0166388ac9a493491a30fbc3570f23950dc51.zip
qeditor: port to the new hwstub library and add features
This commit adds support for the version of the hwstub library, which requires a lot of changes. It also adds some editing features, such as register access and much better editing of fields using the mouse (double click on a field to be able to resize and move it). Change-Id: I3c4e4cc855cb44911c72bc8127bad841b68efe52
Diffstat (limited to 'utils/regtools/qeditor/qeditor.pro')
-rw-r--r--utils/regtools/qeditor/qeditor.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/regtools/qeditor/qeditor.pro b/utils/regtools/qeditor/qeditor.pro
index 0ec7c3dde1..5414f34e72 100644
--- a/utils/regtools/qeditor/qeditor.pro
+++ b/utils/regtools/qeditor/qeditor.pro
@@ -5,8 +5,9 @@ HEADERS += mainwindow.h backend.h regtab.h analyser.h settings.h \
5SOURCES += main.cpp mainwindow.cpp regtab.cpp backend.cpp analyser.cpp \ 5SOURCES += main.cpp mainwindow.cpp regtab.cpp backend.cpp analyser.cpp \
6 std_analysers.cpp settings.cpp utils.cpp regdisplaypanel.cpp regedit.cpp 6 std_analysers.cpp settings.cpp utils.cpp regdisplaypanel.cpp regedit.cpp
7LIBS += -L../lib/ -lsocdesc -lxml2 7LIBS += -L../lib/ -lsocdesc -lxml2
8INCLUDEPATH += ../include/ ../../hwstub/lib 8INCLUDEPATH += ../include/ ../../hwstub/include
9DEPENDPATH += ../ 9DEPENDPATH += ../
10CONFIG += c++11
10 11
11libsocdesc.commands = cd ../lib && make 12libsocdesc.commands = cd ../lib && make
12QMAKE_EXTRA_TARGETS += libsocdesc 13QMAKE_EXTRA_TARGETS += libsocdesc