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.pro14
1 files changed, 12 insertions, 2 deletions
diff --git a/utils/regtools/qeditor/qeditor.pro b/utils/regtools/qeditor/qeditor.pro
index 4e25a48d89..5604fe9d41 100644
--- a/utils/regtools/qeditor/qeditor.pro
+++ b/utils/regtools/qeditor/qeditor.pro
@@ -3,6 +3,16 @@ QT += widgets
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 std_analysers.h
4SOURCES += main.cpp mainwindow.cpp regtab.cpp backend.cpp analyser.cpp std_analysers.cpp settings.cpp 4SOURCES += main.cpp mainwindow.cpp regtab.cpp backend.cpp analyser.cpp std_analysers.cpp settings.cpp
5LIBS += -L../lib/ -lsocdesc -lxml2 5LIBS += -L../lib/ -lsocdesc -lxml2
6INCLUDEPATH += ../lib/ 6INCLUDEPATH += ../lib/ ../../hwstub/lib
7 7
8CONFIG += debug \ No newline at end of file 8unix {
9 !nohwstub {
10 message("Use 'qmake -config nohwstub' if you want to disable hwstub support")
11 LIBS += -L../../hwstub/lib -lhwstub
12 DEFINES += HAVE_HWSTUB
13 CONFIG += link_pkgconfig
14 PKGCONFIG += libusb-1.0
15 }
16}
17
18CONFIG += debug