summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/gui.pro
Unidiff
Diffstat (limited to 'noncore/net/wellenreiter/gui/gui.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/gui.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/noncore/net/wellenreiter/gui/gui.pro b/noncore/net/wellenreiter/gui/gui.pro
index 2c4c6c3..ee239a3 100644
--- a/noncore/net/wellenreiter/gui/gui.pro
+++ b/noncore/net/wellenreiter/gui/gui.pro
@@ -7,30 +7,28 @@ CONFIG = qt warn_on debug
7HEADERS = wellenreiterbase.h \ 7HEADERS = wellenreiterbase.h \
8 mainwindow.h \ 8 mainwindow.h \
9 wellenreiter.h \ 9 wellenreiter.h \
10 scanlist.h \ 10 scanlist.h \
11 logwindow.h \ 11 logwindow.h \
12 hexwindow.h \ 12 hexwindow.h \
13 statwindow.h \ 13 statwindow.h \
14 configwindow.h \ 14 configwindow.h \
15 manufacturers.h \
16 graphwindow.h \ 15 graphwindow.h \
17 protolistview.h 16 protolistview.h
18 17
19SOURCES = main.cpp \ 18SOURCES = main.cpp \
20 mainwindow.cpp \ 19 mainwindow.cpp \
21 wellenreiterbase.cpp \ 20 wellenreiterbase.cpp \
22 wellenreiter.cpp \ 21 wellenreiter.cpp \
23 scanlist.cpp \ 22 scanlist.cpp \
24 logwindow.cpp \ 23 logwindow.cpp \
25 hexwindow.cpp \ 24 hexwindow.cpp \
26 statwindow.cpp \ 25 statwindow.cpp \
27 configwindow.cpp \ 26 configwindow.cpp \
28 manufacturers.cpp \
29 graphwindow.cpp \ 27 graphwindow.cpp \
30 protolistview.cpp 28 protolistview.cpp
31 29
32INCLUDEPATH += $(OPIEDIR)/include 30INCLUDEPATH += $(OPIEDIR)/include
33DEPENDPATH += $(OPIEDIR)/include 31DEPENDPATH += $(OPIEDIR)/include
34INTERFACES = configbase.ui 32INTERFACES = configbase.ui
35TARGET = wellenreiter 33TARGET = wellenreiter
36 34