summaryrefslogtreecommitdiff
path: root/utils/regtools/qeditor/qeditor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'utils/regtools/qeditor/qeditor.pro')
-rw-r--r--utils/regtools/qeditor/qeditor.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/regtools/qeditor/qeditor.pro b/utils/regtools/qeditor/qeditor.pro
index 5604fe9d41..38d7c987bf 100644
--- a/utils/regtools/qeditor/qeditor.pro
+++ b/utils/regtools/qeditor/qeditor.pro
@@ -1,7 +1,9 @@
1QT += widgets 1QT += widgets
2 2
3HEADERS += mainwindow.h backend.h regtab.h analyser.h settings.h std_analysers.h 3HEADERS += mainwindow.h backend.h regtab.h analyser.h settings.h \
4SOURCES += main.cpp mainwindow.cpp regtab.cpp backend.cpp analyser.cpp std_analysers.cpp settings.cpp 4 std_analysers.h aux.h regdisplaypanel.h regedit.h
5SOURCES += main.cpp mainwindow.cpp regtab.cpp backend.cpp analyser.cpp \
6 std_analysers.cpp settings.cpp aux.cpp regdisplaypanel.cpp regedit.cpp
5LIBS += -L../lib/ -lsocdesc -lxml2 7LIBS += -L../lib/ -lsocdesc -lxml2
6INCLUDEPATH += ../lib/ ../../hwstub/lib 8INCLUDEPATH += ../lib/ ../../hwstub/lib
7 9