summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/opie-console.pro
blob: 37cef928640c3879fc0ee16743d9a0e243354aab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
TEMPLATE     = app
#CONFIG       = qt warn_on release
CONFIG 	     = qt debug
DESTDIR      = $(OPIEDIR)/bin
HEADERS      = io_layer.h io_serial.h io_irda.h \
	       file_layer.h filetransfer.h \
	       metafactory.h \
	       session.h \
	       mainwindow.h \
	       profile.h \
	       profileconfig.h \
	       profilemanager.h  \
	       configwidget.h \
	       tabwidget.h \
	       configdialog.h \
               emulation_layer.h \
               vt102emulation.h \
               common.h \
               history.h \
               screen.h \
	       keytrans.h \
	       widget_layer.h \
	       transferdialog.h \
	       profiledialogwidget.h \
	       profileeditordialog.h \
	       default.h \
	       terminalwidget.h \
	       iolayerbase.h \
	       serialconfigwidget.h irdaconfigwidget.h btconfigwidget.h \
	       emulation_widget.h


SOURCES      = io_layer.cpp io_serial.cpp io_irda.cpp \
	       file_layer.cpp filetransfer.cpp \
               main.cpp \
	       metafactory.cpp \
	       session.cpp \
	       mainwindow.cpp \
	       profile.cpp \
	       profileconfig.cpp \
	       profilemanager.cpp  \
	       tabwidget.cpp \
	       configdialog.cpp \
	       emulation_layer.cpp \
	       vt102emulation.cpp \
	       history.cpp \
	       screen.cpp \
	       keytrans.cpp \
	       widget_layer.cpp \
	       transferdialog.cpp \
	       profiledialogwidget.cpp \
	       profileeditordialog.cpp \
	       default.cpp \
	       terminalwidget.cpp \
	       iolayerbase.cpp \
	       serialconfigwidget.cpp irdaconfigwidget.cpp btconfigwidget.cpp \
	       emulation_widget.cpp
   
INTERFACES   = configurebase.ui editbase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH  += $(OPIEDIR)/include
LIBS        += -lqpe -lopie 
TARGET       = opie-console