summaryrefslogtreecommitdiff
path: root/noncore/applets/keyhelper/keyhelperapplet/keyhelperapplet.pro
Unidiff
Diffstat (limited to 'noncore/applets/keyhelper/keyhelperapplet/keyhelperapplet.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/keyhelper/keyhelperapplet/keyhelperapplet.pro80
1 files changed, 80 insertions, 0 deletions
diff --git a/noncore/applets/keyhelper/keyhelperapplet/keyhelperapplet.pro b/noncore/applets/keyhelper/keyhelperapplet/keyhelperapplet.pro
new file mode 100644
index 0000000..dafb077
--- a/dev/null
+++ b/noncore/applets/keyhelper/keyhelperapplet/keyhelperapplet.pro
@@ -0,0 +1,80 @@
1 TEMPLATE= lib
2 CONFIG = qt plugin warn_on
3 HEADERS = anylnk/AnyLnk.h \
4 anylnk/AppLnkManager.h \
5 anylnk/AppLnkWrapper.h \
6 anylnk/DocLnkWrapper.h \
7 anylnk/ExecLnk.h \
8 anylnk/LnkWrapper.h \
9 anylnk/MenuLnk.h \
10 anylnk/ProcessInvoker.h \
11 anylnk/QCopLnk.h \
12 anylnk/TextLnk.h \
13 applet/KeyHelper.h \
14 applet/KeyHelperApplet.h \
15 applet/KeyHelperWidget.h \
16 applet/QSafeDataStream.h \
17 config/ExtensionsHandler.h \
18 config/KeycfgErrorHandler.h \
19 config/KeycfgHandler.h \
20 config/KeycfgReader.h \
21 config/MappingsHandler.h \
22 config/ModifiersHandler.h \
23 config/RepeaterHandler.h \
24 extension/ExtensionFactory.h \
25 extension/ExtensionInterface.h \
26 extension/KeyExtensions.h \
27 extension/KeyLauncher.h \
28 extension/MenuLauncher.h \
29 extension/MenuTitle.h \
30 extension/QPopupMenuEx.h \
31 extension/TaskSelector.h \
32 extension/TaskSwitcher.h \
33 misc/ConfigEx.h \
34 misc/KHUtil.h \
35 misc/KeyAction.h \
36 misc/KeyMappings.h \
37 misc/KeyModifiers.h \
38 misc/KeyNames.h \
39 misc/KeyRepeater.h \
40 misc/StringParser.h
41 SOURCES = anylnk/AnyLnk.cpp \
42 anylnk/AppLnkManager.cpp \
43 anylnk/AppLnkWrapper.cpp \
44 anylnk/LnkWrapper.cpp \
45 anylnk/ProcessInvoker.cpp \
46 anylnk/QCopLnk.cpp \
47 anylnk/TextLnk.cpp \
48 applet/KeyHelper.cpp \
49 applet/KeyHelperApplet.cpp \
50 applet/KeyHelperWidget.cpp \
51 applet/QSafeDataStream.cpp \
52 config/ExtensionsHandler.cpp \
53 config/KeycfgErrorHandler.cpp \
54 config/KeycfgHandler.cpp \
55 config/KeycfgReader.cpp \
56 config/MappingsHandler.cpp \
57 config/ModifiersHandler.cpp \
58 config/RepeaterHandler.cpp \
59 extension/ExtensionFactory.cpp \
60 extension/KeyExtensions.cpp \
61 extension/KeyLauncher.cpp \
62 extension/MenuLauncher.cpp \
63 extension/MenuTitle.cpp \
64 extension/TaskSelector.cpp \
65 extension/TaskSwitcher.cpp \
66 misc/ConfigEx.cpp \
67 misc/KHUtil.cpp \
68 misc/KeyAction.cpp \
69 misc/KeyMappings.cpp \
70 misc/KeyModifiers.cpp \
71 misc/KeyNames.cpp \
72 misc/KeyRepeater.cpp \
73 misc/StringParser.cpp
74 DESTDIR = $(OPIEDIR)/plugins/applets/
75 INCLUDEPATH += $(OPIEDIR)/include ./misc ./config ./applet ./extension ./anylnk
76 LIBS += -lqpe -lopiecore2
77 TARGET = keyhelperapplet
78 VERSION = 1.2.2
79
80include( $(OPIEDIR)/include.pro )