]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/opie-taskbar/opie-taskbar/server.pro
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / opie-taskbar / opie-taskbar / server.pro
1 TEMPLATE        = app
2
3 CONFIG          += qt warn_on 
4
5 DESTDIR         = 
6
7 HEADERS         += server.h \
8                   qrr.h     \
9                   serverinterface.h \
10                   launchertab.h \
11                   documentlist.h \
12                   appicons.h \
13                   taskbar.h \
14                   runningappbar.h \
15                   applauncher.h \
16                   stabmon.h \
17                   inputmethods.h \
18                   systray.h \
19                   wait.h \
20                   shutdownimpl.h \
21                   launcher.h \
22                   launcherview.h \
23                   calibrate/calibrate.h \
24                   startmenu.h \
25                   transferserver.h \
26                   qcopbridge.h \
27                   packageslave.h \
28                   irserver.h \
29                   firstuse.h \
30                   syncdialog.h \
31                   serverapp.h \
32                   qprocess.h \
33                   screensaver.h \
34         mediummount/mediumwidget.h \
35                   mediadlg.h
36
37 SOURCES         += server.cpp \
38                   qrr.cpp \
39                   serverinterface.cpp \
40                   launchertab.cpp \
41                   documentlist.cpp \
42                   appicons.cpp \
43                   taskbar.cpp \
44                   runningappbar.cpp \
45                   applauncher.cpp \
46                   stabmon.cpp \
47                   inputmethods.cpp \
48                   systray.cpp \
49                   wait.cpp \
50                   shutdownimpl.cpp \
51                   launcher.cpp \
52                   launcherview.cpp \
53                   calibrate/calibrate.cpp \
54                   transferserver.cpp \
55                   packageslave.cpp \
56                   irserver.cpp \
57                   qcopbridge.cpp \
58                   startmenu.cpp \
59                   main.cpp \
60                   firstuse.cpp \
61                   syncdialog.cpp \
62                   serverapp.cpp \
63                   qprocess.cpp \
64                   qprocess_unix.cpp \
65                   screensaver.cpp \
66         mediummount/mediumwidget.cc \
67                   mediadlg.cpp
68
69
70 INCLUDEPATH += calibrate
71 DEPENDPATH      += calibrate
72
73 INCLUDEPATH += $(OPIEDIR)/include rsync
74 DEPENDPATH      += rsync
75
76 INCLUDEPATH += mediummount
77 DEPENDPATH      += mediummount
78
79
80 TARGET          = qpe
81
82 LIBS = -lqpe -lopiecore2 -lopieui2 -lopiesecurity2 -lqrsync
83
84 include ( $(OPIEDIR)/include.pro )