summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/opie-console.pro
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/opie-console.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/opie-console.pro13
1 files changed, 11 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro
index 4a1180f..e045a48 100644
--- a/noncore/apps/opie-console/opie-console.pro
+++ b/noncore/apps/opie-console/opie-console.pro
@@ -2,18 +2,27 @@ TEMPLATE = app
2CONFIG = qt warn_on release 2CONFIG = qt warn_on release
3DESTDIR = $(OPIEDIR)/bin 3DESTDIR = $(OPIEDIR)/bin
4HEADERS = io_layer.h io_serial.h \ 4HEADERS = io_layer.h io_serial.h \
5 file_layer.h \ 5 file_layer.h \
6 metafactory.h \ 6 metafactory.h \
7 session.h \ 7 session.h \
8 mainwindow.h 8 mainwindow.h \
9 profile.h \
10 profileconfig.h \
11 profilemanager.h \
12 configwidget.h \
13 tabwidget.h
9SOURCES = io_layer.cpp io_serial.cpp \ 14SOURCES = io_layer.cpp io_serial.cpp \
10 file_layer.cpp main.cpp \ 15 file_layer.cpp main.cpp \
11 metafactory.cpp \ 16 metafactory.cpp \
12 session.cpp \ 17 session.cpp \
13 mainwindow.cpp 18 mainwindow.cpp \
19 profile.cpp \
20 profileconfig.cpp \
21 profilemanager.cpp \
22 tabwidget.cpp
14INTERFACES = 23INTERFACES =
15INCLUDEPATH += $(OPIEDIR)/include 24INCLUDEPATH += $(OPIEDIR)/include
16DEPENDPATH += $(OPIEDIR)/include 25DEPENDPATH += $(OPIEDIR)/include
17LIBS += -lqpe -lopie 26LIBS += -lqpe -lopie
18TARGET = opie-console 27TARGET = opie-console
19 28