summaryrefslogtreecommitdiffabout
path: root/microkde/microkde.pro.back
Unidiff
Diffstat (limited to 'microkde/microkde.pro.back') (more/less context) (show whitespace changes)
-rw-r--r--microkde/microkde.pro.back80
1 files changed, 80 insertions, 0 deletions
diff --git a/microkde/microkde.pro.back b/microkde/microkde.pro.back
new file mode 100644
index 0000000..d2889ac
--- a/dev/null
+++ b/microkde/microkde.pro.back
@@ -0,0 +1,80 @@
1 TEMPLATE= lib
2 CONFIG = qt warn_on release
3INCLUDEPATH += $(QPEDIR)/include . ../qtcompat
4DEPENDPATH += $(QPEDIR)/include
5LIBS += -lqpe -lqtcompat
6 TARGET = microkde
7OBJECTS_DIR = obj/$(PLATFORM)
8MOC_DIR = moc
9DESTDIR=$(QPEDIR)/lib
10
11INTERFACES = \
12
13HEADERS = \
14 kapplication.h \
15 kaudioplayer.h \
16 kcalendarsystem.h \
17 kcalendarsystemgregorian.h \
18 kcolorbutton.h \
19 kcolordialog.h \
20 kcombobox.h \
21 kconfig.h \
22 kdatepicker.h \
23 kdatetbl.h \
24 kdebug.h \
25 kdialog.h \
26 kdialogbase.h \
27 kdirwatch.h \
28 keditlistbox.h \
29 kemailsettings.h \
30 kfiledialog.h \
31 kfontdialog.h \
32 kglobal.h \
33 kglobalsettings.h \
34 kiconloader.h \
35 kio/job.h \
36 klineedit.h \
37 klineeditdlg.h \
38 klistview.h \
39 klocale.h \
40 kmessagebox.h \
41 knotifyclient.h \
42 knumvalidator.h \
43 kprinter.h \
44 kprocess.h \
45 krestrictedline.h \
46 krun.h \
47 kseparator.h \
48 ksimpleconfig.h \
49 kstandarddirs.h \
50 kstaticdeleter.h \
51 ksystemtray.h \
52 ktempfile.h \
53 ktextedit.h \
54 kunload.h \
55 kurlrequester.h \
56
57SOURCES = \
58 kapplication.cpp \
59 kcalendarsystem.cpp \
60 kcalendarsystemgregorian.cpp \
61 kcolordialog.cpp \
62 kconfig.cpp \
63 kdatepicker.cpp \
64 kdatetbl.cpp \
65 kdialogbase.cpp \
66 keditlistbox.cpp \
67 kemailsettings.cpp \
68 kfontdialog.cpp \
69 kglobal.cpp \
70 kglobalsettings.cpp \
71 kiconloader.cpp \
72 klocale.cpp \
73 kmessagebox.cpp \
74 knumvalidator.cpp \
75 kprocess.cpp \
76 krun.cpp \
77 kstandarddirs.cpp \
78 ktempfile.cpp \
79 kurlrequester.cpp \
80