summaryrefslogtreecommitdiff
path: root/core/launcher/launcher.pro
blob: 7d7c9ac9219cf745853ada8b23c2899f68405bf9 (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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
TEMPLATE	= app

CONFIG		= qt warn_on release

DESTDIR		= $(QPEDIR)/bin

HEADERS		= background.h \
		  desktop.h \
		  info.h \
		  appicons.h \
		  taskbar.h \
		  sidething.h \
		  mrulist.h \
		  stabmon.h \
		  inputmethods.h \
		  systray.h \
		  wait.h \
		  shutdownimpl.h \
		  launcher.h \
		  launcherview.h \
		  ../calibrate/calibrate.h \
		  startmenu.h \
		  transferserver.h \
		  qcopbridge.h \
		  packageslave.h \
		irserver.h \
	$(QPEDIR)/rsync/buf.h \
	$(QPEDIR)/rsync/checksum.h \
	$(QPEDIR)/rsync/command.h \
	$(QPEDIR)/rsync/emit.h \
	$(QPEDIR)/rsync/job.h \
	$(QPEDIR)/rsync/netint.h \
	$(QPEDIR)/rsync/protocol.h \
	$(QPEDIR)/rsync/prototab.h \
	$(QPEDIR)/rsync/rsync.h \
	$(QPEDIR)/rsync/search.h \
	$(QPEDIR)/rsync/stream.h \
	$(QPEDIR)/rsync/sumset.h \
	$(QPEDIR)/rsync/trace.h \
	$(QPEDIR)/rsync/types.h \
	$(QPEDIR)/rsync/util.h \
	$(QPEDIR)/rsync/whole.h \
	$(QPEDIR)/rsync/config_rsync.h \
	$(QPEDIR)/rsync/qrsync.h
#		  quicklauncher.h \

SOURCES		= background.cpp \
		  desktop.cpp \
		  info.cpp \
		  appicons.cpp \
		  taskbar.cpp \
		  sidething.cpp \
		  mrulist.cpp \
		  stabmon.cpp \
		  inputmethods.cpp \
		  systray.cpp \
		  wait.cpp \
		  shutdownimpl.cpp \
		  launcher.cpp \
		  launcherview.cpp \
		  $(QPEDIR)/calibrate/calibrate.cpp \
		  transferserver.cpp \
		  packageslave.cpp \
		irserver.cpp \
		  qcopbridge.cpp \
		  startmenu.cpp \
		  main.cpp \
	$(QPEDIR)/rsync/base64.c \
	$(QPEDIR)/rsync/buf.c \
	$(QPEDIR)/rsync/checksum.c \
	$(QPEDIR)/rsync/command.c \
	$(QPEDIR)/rsync/delta.c \
	$(QPEDIR)/rsync/emit.c \
	$(QPEDIR)/rsync/hex.c \
	$(QPEDIR)/rsync/job.c \
	$(QPEDIR)/rsync/mdfour.c \
	$(QPEDIR)/rsync/mksum.c \
	$(QPEDIR)/rsync/msg.c \
	$(QPEDIR)/rsync/netint.c \
	$(QPEDIR)/rsync/patch.c \
	$(QPEDIR)/rsync/prototab.c \
	$(QPEDIR)/rsync/readsums.c \
	$(QPEDIR)/rsync/scoop.c \
	$(QPEDIR)/rsync/search.c \
	$(QPEDIR)/rsync/stats.c \
	$(QPEDIR)/rsync/stream.c \
	$(QPEDIR)/rsync/sumset.c \
	$(QPEDIR)/rsync/trace.c \
	$(QPEDIR)/rsync/tube.c \
	$(QPEDIR)/rsync/util.c \
	$(QPEDIR)/rsync/version.c \
	$(QPEDIR)/rsync/whole.c \
	$(QPEDIR)/rsync/qrsync.cpp

INTERFACES	= shutdown.ui syncdialog.ui

INCLUDEPATH += $(QPEDIR)/include
DEPENDPATH	+= $(QPEDIR)/include .

INCLUDEPATH += $(QPEDIR)/calibrate
DEPENDPATH	+= $(QPEDIR)/calibrate

INCLUDEPATH += $(QPEDIR)/rsync
DEPENDPATH	+= $(QPEDIR)/rsync

TARGET		= qpe

LIBS		+= -lqpe -lcrypt

TRANSLATIONS = ../i18n/de/qpe.ts