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.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/noncore/net/wellenreiter/gui/gui.pro b/noncore/net/wellenreiter/gui/gui.pro
index a11698f..2c4c6c3 100644
--- a/noncore/net/wellenreiter/gui/gui.pro
+++ b/noncore/net/wellenreiter/gui/gui.pro
@@ -13,7 +13,8 @@ HEADERS = wellenreiterbase.h \
13 statwindow.h \ 13 statwindow.h \
14 configwindow.h \ 14 configwindow.h \
15 manufacturers.h \ 15 manufacturers.h \
16 graphwindow.h 16 graphwindow.h \
17 protolistview.h
17 18
18SOURCES = main.cpp \ 19SOURCES = main.cpp \
19 mainwindow.cpp \ 20 mainwindow.cpp \
@@ -25,11 +26,12 @@ SOURCES = main.cpp \
25 statwindow.cpp \ 26 statwindow.cpp \
26 configwindow.cpp \ 27 configwindow.cpp \
27 manufacturers.cpp \ 28 manufacturers.cpp \
28 graphwindow.cpp 29 graphwindow.cpp \
30 protolistview.cpp
29 31
30INCLUDEPATH += $(OPIEDIR)/include 32INCLUDEPATH += $(OPIEDIR)/include
31DEPENDPATH += $(OPIEDIR)/include 33DEPENDPATH += $(OPIEDIR)/include
32INTERFACES = configbase.ui #configbasenew.ui 34INTERFACES = configbase.ui
33TARGET = wellenreiter 35TARGET = wellenreiter
34 36
35!contains( platform, x11 ) { 37!contains( platform, x11 ) {